summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-05-25 14:02:49 +0000
committerTed Ross <tross@apache.org>2010-05-25 14:02:49 +0000
commitead2334ee878db9098cb4c03b2921089dc66c477 (patch)
tree2bba467ef60068734aa12f79049e04a92bbf3d21 /qpid/cpp/src/Makefile.am
parent8dbc679f87655e6e368583abc67ebb5a849753c6 (diff)
downloadqpid-python-ead2334ee878db9098cb4c03b2921089dc66c477.tar.gz
Replaced the earlier-removed init function (in ManagementAgent.h) that uses
ConnectionSettings. Created a ConnectionSettings in the qpid::management name space that mirrors that from the qpid::client namespace. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@948046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 15a0eb448a..fbce21d579 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -422,6 +422,7 @@ libqpidcommon_la_SOURCES += \
qpid/log/Selector.cpp \
qpid/log/Statement.cpp \
qpid/management/Buffer.cpp \
+ qpid/management/ConnectionSettings.cpp \
qpid/management/Manageable.cpp \
qpid/management/ManagementObject.cpp \
qpid/management/Mutex.cpp \
@@ -809,6 +810,7 @@ nobase_include_HEADERS += \
../include/qpid/log/Statement.h \
../include/qpid/management/Args.h \
../include/qpid/management/Buffer.h \
+ ../include/qpid/management/ConnectionSettings.h \
../include/qpid/management/Manageable.h \
../include/qpid/management/ManagementEvent.h \
../include/qpid/management/ManagementObject.h \