From 61c45840822bd93b5df9bf8f0be7c9f9549f6ec3 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 11 Jan 2007 15:25:54 +0000 Subject: * 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 --- cpp/lib/common/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/lib/common') 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 \ -- cgit v1.2.1