diff options
| author | Gordon Sim <gsim@apache.org> | 2008-06-03 07:38:38 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-06-03 07:38:38 +0000 |
| commit | e417ce5b5894d370aed8746091b12f11cd2768e7 (patch) | |
| tree | ac1777863157ca9f37cf987e1ad3c7376d8233f7 /cpp/src/tests/Makefile.am | |
| parent | cccdaa4e8af53d73a7303d07569ed86953441cce (diff) | |
| download | qpid-python-e417ce5b5894d370aed8746091b12f11cd2768e7.tar.gz | |
Move ConnectionOptions into qpid::client.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@662675 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, 1 insertions, 2 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 1751d26808..41e7c525cf 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -63,8 +63,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ TxAckTest.cpp \ TxBufferTest.cpp \ TxPublishTest.cpp \ - MessageBuilderTest.cpp \ - ConnectionOptions.h + MessageBuilderTest.cpp if HAVE_XML unit_test_SOURCES+= XmlClientSessionTest.cpp |
