diff options
author | Gordon Sim <gsim@apache.org> | 2008-03-13 12:15:44 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-03-13 12:15:44 +0000 |
commit | f7b41c279c7d26eb572b07bb089f2d1f8003a2c8 (patch) | |
tree | c87a6487a651b01a1b1995173791961f6a03a653 /cpp | |
parent | d1bdf9110c609d605fd1ed4153fa4bc0a3f23a8f (diff) | |
download | qpid-python-f7b41c279c7d26eb572b07bb089f2d1f8003a2c8.tar.gz |
Added missing header files to distribution.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@636737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index da3a86787a..699852e335 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -103,12 +103,14 @@ libqpidcommon_la_LIBADD = \ libqpidcommon_la_SOURCES = \ $(rgen_common_cpp) \ $(platform_src) \ + qpid/amqp_0_10/apply.h \ 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/amqp_0_10/Frame.h \ qpid/amqp_0_10/Segment.h \ qpid/amqp_0_10/Segment.cpp \ qpid/amqp_0_10/Assembly.h \ |