summaryrefslogtreecommitdiff
path: root/cpp/lib/common
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-01-11 15:25:54 +0000
committerAlan Conway <aconway@apache.org>2007-01-11 15:25:54 +0000
commit61c45840822bd93b5df9bf8f0be7c9f9549f6ec3 (patch)
treee523ae19417741ab82d3810856df05256f983b27 /cpp/lib/common
parent9d87aefce83a6848c3dbabc32a7d3338f6a66dfd (diff)
downloadqpid-python-61c45840822bd93b5df9bf8f0be7c9f9549f6ec3.tar.gz
* Build order - src before tests.
* docs/api/developer.doxygen: Generate for all classes, private members etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@495254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/common')
-rw-r--r--cpp/lib/common/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/lib/common/Makefile.am b/cpp/lib/common/Makefile.am
index fe05498b97..941b30f8e5 100644
--- a/cpp/lib/common/Makefile.am
+++ b/cpp/lib/common/Makefile.am
@@ -56,6 +56,8 @@ libqpidcommon_la_LDFLAGS = \
libqpidcommon_la_SOURCES = \
$(platform_src) \
$(framing)/AMQBody.cpp \
+ $(framing)/AMQRequestBody.cpp \
+ $(framing)/AMQResponseBody.cpp \
$(framing)/AMQContentBody.cpp \
$(framing)/AMQFrame.cpp \
$(framing)/AMQHeaderBody.cpp \
@@ -72,7 +74,7 @@ libqpidcommon_la_SOURCES = \
$(framing)/ProtocolVersionException.cpp \
$(framing)/Value.cpp \
$(gen)/AMQP_ClientProxy.cpp \
- $(gen)/AMQP_HighestVersion.h \
+ $(gen)/AMQP_HighestVersion.h \
$(gen)/AMQP_MethodVersionMap.cpp \
$(gen)/AMQP_ServerProxy.cpp \
Exception.cpp \