summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2010-12-02 13:57:43 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2010-12-02 13:57:43 +0000
commit84160043b10237025eac1350eccdd47d80afc9c6 (patch)
tree8d7dfe3cbc8c4de928cb95d3c52a0d9256180aa8 /cpp/src
parente0157de2777845691e8850a7d1e3400dbb05089c (diff)
downloadqpid-python-84160043b10237025eac1350eccdd47d80afc9c6.tar.gz
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
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/Makefile.am2
-rw-r--r--cpp/src/tests/brokermgmt.mk2
2 files changed, 3 insertions, 1 deletions
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}