diff options
| author | Gordon Sim <gsim@apache.org> | 2008-06-03 07:54:09 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-06-03 07:54:09 +0000 |
| commit | 7762cf0dcb407d41041b6c16ea26950d8949dc41 (patch) | |
| tree | 7fb4099534be73bd791441d41f51d987d8e8a156 /cpp/src/tests/Makefile.am | |
| parent | e417ce5b5894d370aed8746091b12f11cd2768e7 (diff) | |
| download | qpid-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.am | 3 |
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 |
