summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-04-03 13:27:07 +0000
committerAlan Conway <aconway@apache.org>2008-04-03 13:27:07 +0000
commitbffa2485f1e33eb1a273d2b74149f0ccb0742c60 (patch)
treef116d78d4aab7699806882e2660bf81578b98ea7 /cpp/src/Makefile.am
parent833239ec44ea87a1b619eef3de55afde56c7ee45 (diff)
downloadqpid-python-bffa2485f1e33eb1a273d2b74149f0ccb0742c60.tar.gz
amqp_0_10/built_in_types.h
- generic Wrapper template for making distinct types. - added Bit - bool wrapper with empty encode/decode. amqp_0_10/complex_types.h: - Added constants SIZE=0, PACK=2 to Action base class. amqp_0_10/PackedCodec.h: - Decode packed struct fields according to the packing bits. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@644308 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 05efcb2a71..bb3f87f96b 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -109,6 +109,7 @@ libqpidcommon_la_SOURCES = \
qpid/amqp_0_10/complex_types.cpp \
qpid/amqp_0_10/Holder.h \
qpid/amqp_0_10/Codec.h \
+ qpid/amqp_0_10/PackedCodec.h \
qpid/amqp_0_10/Decimal.h \
qpid/amqp_0_10/Frame.h \
qpid/amqp_0_10/Segment.h \