diff options
author | Andrew Stitcher <astitcher@apache.org> | 2010-03-12 16:48:12 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2010-03-12 16:48:12 +0000 |
commit | 61d8c2e20184aeeb8be8ea569b02ac9fb0e62704 (patch) | |
tree | adfea9d47ee33914292952c103a8a01678491bed /cpp | |
parent | 9d6da8737a3c6039e4c8b01ce775d13ccfcc513d (diff) | |
download | qpid-python-61d8c2e20184aeeb8be8ea569b02ac9fb0e62704.tar.gz |
Remove unnecessary dependency of qmf on qmfengine
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@922333 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 6323a43e08..66a0b076f1 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -832,7 +832,7 @@ set (qmf_SOURCES qpid/agent/ManagementAgentImpl.h ) add_library (qmf SHARED ${qmf_SOURCES}) -target_link_libraries (qmf qmfengine) +target_link_libraries (qmf qpidclient) set_target_properties (qmf PROPERTIES VERSION ${qmf_version}) install (TARGETS qmf OPTIONAL |