From 84160043b10237025eac1350eccdd47d80afc9c6 Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Thu, 2 Dec 2010 13:57:43 +0000 Subject: enable broker mgmt agent test, fix distcheck errors. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1041377 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 2 +- cpp/src/tests/brokermgmt.mk | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 20df4b456e..0eb4544ec2 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -401,5 +401,5 @@ clean-local: rm -rf $(CLEAN_LOCAL) include testagent.mk -#include brokermgmt.mk +include brokermgmt.mk diff --git a/cpp/src/tests/brokermgmt.mk b/cpp/src/tests/brokermgmt.mk index ad73da4717..1a1a3193ae 100644 --- a/cpp/src/tests/brokermgmt.mk +++ b/cpp/src/tests/brokermgmt.mk @@ -43,3 +43,5 @@ unit_test_SOURCES+=BrokerMgmtAgent.cpp ${BROKERMGMT_GEN_SRC} INCLUDES+= -Ibrokermgmt_gen EXTRA_DIST+=BrokerMgmtAgent.xml + +nodist_SOURCES+=${BROKERMGMT_GEN_SRC} -- cgit v1.2.1