summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/CMakeLists.txt2
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