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 | 2c65dea9f67345fd404e16f00157924fe4c36864 (patch) | |
| tree | 5a9dd60be17c87220d569e4b04ef2e6bdfd35daf /qpid/cpp/src/tests/Makefile.am | |
| parent | cd4872a455d6f799b225287fe2c3ae5dbbd5e2ff (diff) | |
| download | qpid-python-2c65dea9f67345fd404e16f00157924fe4c36864.tar.gz | |
Move ConnectionOptions into qpid::client.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 1751d26808..41e7c525cf 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 |
