summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-03-03 14:49:06 +0000
committerGordon Sim <gsim@apache.org>2008-03-03 14:49:06 +0000
commit0fb2f5356f1ea96ea0f3ccbc3de54cbd556fc57e (patch)
tree8fe7333962fbea735455340424657a540c6ef9a9 /qpid/cpp/src/Makefile.am
parentc8ad468141a96e5fdf4534552fe72e84399d5d5d (diff)
downloadqpid-python-0fb2f5356f1ea96ea0f3ccbc3de54cbd556fc57e.tar.gz
A further step to final 0-10 spec.
The extra.xml fragment adds class defs for connection in session that are in line with latest spec but use old schema. The preview codepath (99-0) remains unaltered. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@633108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 48851085c6..080260be02 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -14,7 +14,7 @@ force:
if GENERATE
# AMQP_PREVIEW_XML and AMQP_FINAL_XML are defined in ../configure.ac
-amqp_99_0_xml=@AMQP_PREVIEW_XML@ $(top_srcdir)/xml/cluster.xml
+amqp_99_0_xml=@AMQP_PREVIEW_XML@ $(top_srcdir)/xml/extra.xml $(top_srcdir)/xml/cluster.xml
amqp_0_10_xml=@AMQP_FINAL_XML@
specs=$(amqp_99_0_xml) $(amqp_0_10_xml)
@@ -130,6 +130,7 @@ libqpidcommon_la_SOURCES = \
qpid/framing/SendContent.cpp \
qpid/framing/SequenceNumber.cpp \
qpid/framing/SequenceNumberSet.cpp \
+ qpid/framing/SequenceSet.cpp \
qpid/framing/Proxy.cpp \
qpid/framing/Uuid.cpp \
qpid/framing/AMQP_HighestVersion.h \
@@ -412,6 +413,7 @@ nobase_include_HEADERS = \
qpid/framing/SessionState.h \
qpid/framing/SendContent.h \
qpid/framing/SequenceNumber.h \
+ qpid/framing/SequenceSet.h \
qpid/framing/SequenceNumberSet.h \
qpid/framing/SerializeHandler.h \
qpid/framing/StructHelper.h \