diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-05-01 21:28:21 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-05-01 21:28:21 +0000 |
commit | 96a77fec4c8e121bf2149c5c55ca4841c178fbaa (patch) | |
tree | 88959e8a22a964faa2114717d42177bf7187c06a /qpid/cpp/src | |
parent | d0d54244aa7897c503e2901ded2a43a2d3abbdf2 (diff) | |
download | qpid-python-96a77fec4c8e121bf2149c5c55ca4841c178fbaa.tar.gz |
Fixed CMake build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@770826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index ead289fff4..d4fde9dcb9 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -32,7 +32,7 @@ include(CheckSymbolExists) include(FindBoost) include(FindDoxygen) -set (CMAKE_VERBOSE_MAKEFILE ON) # for dubugging +#set (CMAKE_VERBOSE_MAKEFILE ON) # for dubugging # check if we generate source as part of the build # - rubygen generates the amqp spec and clustering @@ -441,9 +441,9 @@ set (libqpidclient_SOURCES qpid/client/Future.cpp qpid/client/FutureCompletion.cpp qpid/client/FutureResult.cpp - qpid/client/HandlePrivate.h qpid/client/LoadPlugins.cpp qpid/client/LocalQueue.cpp + qpid/client/LocalQueueImpl.cpp qpid/client/Message.cpp qpid/client/MessageImpl.cpp qpid/client/MessageListener.cpp |