summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-11-25 14:39:50 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-11-25 14:39:50 +0000
commit1b8e9693fd3d61d48f3ac2a0bc401c146d8875ac (patch)
tree204006d32fac65b2725a111d9b9c09211fd18061 /qpid/cpp/src
parent098c50aa277d1168d1b7189db1662a9e6d3786aa (diff)
downloadqpid-python-1b8e9693fd3d61d48f3ac2a0bc401c146d8875ac.tar.gz
Change java and python package versions to 0.6
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@884115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/cluster.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/cluster.cmake b/qpid/cpp/src/cluster.cmake
index 3bdc98e8c5..c8758a27e4 100644
--- a/qpid/cpp/src/cluster.cmake
+++ b/qpid/cpp/src/cluster.cmake
@@ -133,7 +133,7 @@ if (BUILD_CLUSTER)
)
add_library (cluster MODULE ${cluster_SOURCES})
- target_link_libraries (cluster ${LIBCPG} ${CMAN_LIB} qpidbroker qpidclient)
+ target_link_libraries (cluster ${LIBCPG} ${CMAN_LIB} qpidbroker qpidclient ${Boost_FILESYSTEM_LIBRARY})
set_target_properties (cluster PROPERTIES
PREFIX "")