diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-08-19 22:10:17 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-08-19 22:10:17 +0000 |
commit | 2f3b871bd7828bbf1f9642bc5837b7244e305e7b (patch) | |
tree | 41d480558828ce5ed3429a0a42f4de6ef5a14ff2 /cpp/src | |
parent | 772903c9da606299524007dc65cb46333ebb2cd8 (diff) | |
download | qpid-python-2f3b871bd7828bbf1f9642bc5837b7244e305e7b.tar.gz |
Fix for previous qmf change to carry on building with cmake
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@805994 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index a1d01ceca4..bc2ccd22c8 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -618,7 +618,7 @@ set (qmfagent_SOURCES ../include/qpid/agent/ManagementAgent.h qpid/agent/ManagementAgentImpl.cpp qpid/agent/ManagementAgentImpl.h - qmf/Agent.cpp + qmf/AgentEngine.cpp ) add_library (qmfagent SHARED ${qmfagent_SOURCES}) target_link_libraries (qmfagent qmfcommon) @@ -626,7 +626,7 @@ set_target_properties (qmfagent PROPERTIES VERSION ${qpidc_version}) set (qmfcommon_SOURCES - qmf/Agent.cpp + qmf/AgentEngine.cpp qmf/ResilientConnection.cpp qmf/MessageImpl.cpp qmf/SchemaImpl.cpp |