Author: astitcher Date: Fri May 1 21:28:21 2009 New Revision: 770826 URL: http://svn.apache.org/viewvc?rev=770826&view=rev Log: Fixed CMake build
Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/CMakeLists.txt?rev=770826&r1=770825&r2=770826&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/CMakeLists.txt (original) +++ qpid/trunk/qpid/cpp/src/CMakeLists.txt Fri May 1 21:28:21 2009 @@ -32,7 +32,7 @@ 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 @@ 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 --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org