summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-05-01 21:28:21 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-05-01 21:28:21 +0000
commit0bd20c1da69d0b809e1ae9948f86aa9debb94255 (patch)
treeddc522cbb47ef14fe54e47d86643d1c58c3c7bfb /cpp/src
parent6548fe9c53ce747b2fb5805ce00da1f30d2431a1 (diff)
downloadqpid-python-0bd20c1da69d0b809e1ae9948f86aa9debb94255.tar.gz
Fixed CMake build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@770826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt
index ead289fff4..d4fde9dcb9 100644
--- a/cpp/src/CMakeLists.txt
+++ b/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