summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-02-27 21:49:04 +0000
committerAlan Conway <aconway@apache.org>2008-02-27 21:49:04 +0000
commit6bf200b4a953e3e7ae521c1e269e420af7e52cba (patch)
treef9cbe87cb8c85f6fc902d1d2874139257c4ef6f9 /cpp/src/Makefile.am
parent12ea725d2b2cd95e9a8ef5f4b4511e841054b628 (diff)
downloadqpid-python-6bf200b4a953e3e7ae521c1e269e420af7e52cba.tar.gz
Generating domains, structs, commands and controls for 0-10 final spec.
Not yet generating: holders, visitors. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@631740 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 0a63ce1b90..e3b95e045f 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -103,6 +103,7 @@ libqpidcommon_la_LIBADD = \
libqpidcommon_la_SOURCES = \
$(rgen_common_cpp) \
$(platform_src) \
+ qpid/amqp_0_10/helpers.cpp \
qpid/Serializer.h \
qpid/amqp_0_10/built_in_types.h \
qpid/amqp_0_10/Codec.h \
@@ -251,6 +252,7 @@ libqpidclient_la_SOURCES = \
nobase_include_HEADERS = \
$(platform_hdr) \
+ qpid/amqp_0_10/helpers.h \
qpid/assert.h \
qpid/DataDir.h \
qpid/Exception.h \