summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-04-09 03:53:30 +0000
committerTed Ross <tross@apache.org>2010-04-09 03:53:30 +0000
commit5f4ccf5da76ae6ebfdd3252ed6f865e0a72fd745 (patch)
treec9701ca9680b2effeb5591e346cda493313959ca /qpid/cpp/src/Makefile.am
parentd300d4b595a37f25905313d99b86d7fdc94db0f8 (diff)
downloadqpid-python-5f4ccf5da76ae6ebfdd3252ed6f865e0a72fd745.tar.gz
QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generated cpp files
Added a wrapper class for framing::Buffer in the qpid::management namespace. This wrapper class has no reference to framing or boost and is now used in the generated C++ code to encode QMFv1 content. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@932236 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 e0b6b48cf2..427148dfbf 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -420,6 +420,7 @@ libqpidcommon_la_SOURCES += \
qpid/log/OstreamOutput.h \
qpid/log/Selector.cpp \
qpid/log/Statement.cpp \
+ qpid/management/Buffer.cpp \
qpid/management/Manageable.cpp \
qpid/management/ManagementObject.cpp \
qpid/memory.h \
@@ -799,6 +800,7 @@ nobase_include_HEADERS += \
../include/qpid/log/SinkOptions.h \
../include/qpid/log/Statement.h \
../include/qpid/management/Args.h \
+ ../include/qpid/management/Buffer.h \
../include/qpid/management/Manageable.h \
../include/qpid/management/ManagementEvent.h \
../include/qpid/management/ManagementObject.h \