summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-06-03 07:54:09 +0000
committerGordon Sim <gsim@apache.org>2008-06-03 07:54:09 +0000
commit4b586f6eab3bf78a5d0d898c52f2e672d61be545 (patch)
treee0492afffe1a7203a1ad628772a69c31043a2597 /qpid/cpp/src/tests/Makefile.am
parent2c65dea9f67345fd404e16f00157924fe4c36864 (diff)
downloadqpid-python-4b586f6eab3bf78a5d0d898c52f2e672d61be545.tar.gz
Reverted move of ConnectionOptions (without the parse functionality they aren't off much use).
Corrected include in ConnectionOptions.h git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 41e7c525cf..1751d26808 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -63,7 +63,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \
TxAckTest.cpp \
TxBufferTest.cpp \
TxPublishTest.cpp \
- MessageBuilderTest.cpp
+ MessageBuilderTest.cpp \
+ ConnectionOptions.h
if HAVE_XML
unit_test_SOURCES+= XmlClientSessionTest.cpp