diff options
| author | Alan Conway <aconway@apache.org> | 2008-03-04 16:34:01 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-03-04 16:34:01 +0000 |
| commit | 24435b9c62976e0a4c0857f86057d3c93389b79f (patch) | |
| tree | ce9c88040f27fee8fc5f980e09c4ee487686cb4b /cpp/src/Makefile.am | |
| parent | 089d3974d9555658f79e4ef02232877dab4dcad3 (diff) | |
| download | qpid-python-24435b9c62976e0a4c0857f86057d3c93389b79f.tar.gz | |
Completed holders, visitors and serialization for 0-10 commands and controls.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@633533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 080260be02..f15f8d7a91 100644 --- a/cpp/src/Makefile.am +++ b/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 \ |
