From 920ebd038170238ab4e77d25a77cf2c6730ba97b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 4 Mar 2008 16:34:01 +0000 Subject: Completed holders, visitors and serialization for 0-10 commands and controls. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@633533 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src/Makefile.am') diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 080260be02..f15f8d7a91 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -103,8 +103,10 @@ libqpidcommon_la_LIBADD = \ libqpidcommon_la_SOURCES = \ $(rgen_common_cpp) \ $(platform_src) \ - qpid/amqp_0_10/helpers.cpp \ qpid/amqp_0_10/built_in_types.h \ + qpid/amqp_0_10/complex_types.h \ + qpid/amqp_0_10/complex_types.cpp \ + qpid/amqp_0_10/Holder.h \ qpid/amqp_0_10/Codec.h \ qpid/amqp_0_10/Decimal.h \ qpid/Serializer.h \ @@ -254,7 +256,6 @@ libqpidclient_la_SOURCES = \ nobase_include_HEADERS = \ $(platform_hdr) \ - qpid/amqp_0_10/helpers.h \ qpid/amqp_0_10/apply.h \ qpid/assert.h \ qpid/DataDir.h \ -- cgit v1.2.1