From 0bd20c1da69d0b809e1ae9948f86aa9debb94255 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 1 May 2009 21:28:21 +0000 Subject: Fixed CMake build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@770826 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src') 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 -- cgit v1.2.1