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 | f9fc75b7ecd9cc78c9a7230aa10db5518517ef87 (patch) | |
| tree | 31fdd4d6ee5e123f569ed18820729d72b015cb5a /qpid/cpp | |
| parent | d0c2371a44eebc4e54e2598846f4218cb1f0d32c (diff) | |
| download | qpid-python-f9fc75b7ecd9cc78c9a7230aa10db5518517ef87.tar.gz | |
Remove unnecessary dependency of qmf on qmfengine
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@922333 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index 6323a43e08..66a0b076f1 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/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 |
