summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-11-06 17:27:27 +0000
committerGordon Sim <gsim@apache.org>2007-11-06 17:27:27 +0000
commit6ee11959bff03826083c85943f14e6b4ceeaacff (patch)
tree217ad7ff3106b030505d7a70007c27aaf0eb2eff /qpid/cpp/src/Makefile.am
parent14efd3ce4c7f12a2da13164b5c8acc562fd30832 (diff)
downloadqpid-python-6ee11959bff03826083c85943f14e6b4ceeaacff.tar.gz
Add support for array type to c++ (and python, decode only for now)
Change the type of the in-doubt field in dtx-coordination.recover to an array (to bring in line with amqp spec) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@592494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 09bdb351b1..681b8ed8ed 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -98,6 +98,7 @@ libqpidcommon_la_SOURCES = \
qpid/framing/AMQFrame.cpp \
qpid/framing/AMQHeaderBody.cpp \
qpid/framing/AMQHeartbeatBody.cpp \
+ qpid/framing/Array.cpp \
qpid/framing/BasicHeaderProperties.cpp \
qpid/framing/BodyHandler.cpp \
qpid/framing/ChannelAdapter.cpp \
@@ -337,6 +338,7 @@ nobase_include_HEADERS = \
qpid/framing/AMQMethodBody.h \
qpid/framing/AMQP_HighestVersion.h \
qpid/framing/AccumulatedAck.h \
+ qpid/framing/Array.h \
qpid/framing/BasicHeaderProperties.h \
qpid/framing/Blob.h \
qpid/framing/BodyHandler.h \