diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-11-25 14:39:50 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-11-25 14:39:50 +0000 |
commit | 48298d5a80d0be4717057e5e648176e2d550cb8b (patch) | |
tree | fad01519489a04ca21a211dea5abc35a9daf7f34 /cpp/src | |
parent | 616fa9dda702cf77377968ed8def96d9a2ed7097 (diff) | |
download | qpid-python-48298d5a80d0be4717057e5e648176e2d550cb8b.tar.gz |
Change java and python package versions to 0.6
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@884115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/cluster.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/cluster.cmake b/cpp/src/cluster.cmake index 3bdc98e8c5..c8758a27e4 100644 --- a/cpp/src/cluster.cmake +++ b/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 "") |