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 | 59b3efbef55be445abaef2a89100b86da32a4e57 (patch) | |
| tree | 56a4297d42f594b9b0c0b61ab4fc2b27d098281b /qpid/cpp/src | |
| parent | eaad487ef5d7233af17e9abf6f226fa962ebc931 (diff) | |
| download | qpid-python-59b3efbef55be445abaef2a89100b86da32a4e57.tar.gz | |
Fix for previous qmf change to carry on building with cmake
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@805994 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index a1d01ceca4..bc2ccd22c8 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/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 |
