summaryrefslogtreecommitdiff
path: root/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
commit7762cf0dcb407d41041b6c16ea26950d8949dc41 (patch)
tree7fb4099534be73bd791441d41f51d987d8e8a156 /cpp/src/tests/Makefile.am
parente417ce5b5894d370aed8746091b12f11cd2768e7 (diff)
downloadqpid-python-7762cf0dcb407d41041b6c16ea26950d8949dc41.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/qpid@662681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 41e7c525cf..1751d26808 100644
--- a/cpp/src/tests/Makefile.am
+++ b/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