diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 16:49:14 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 16:49:14 +0000 |
| commit | dc24715bfb243ddcc71009776dd6b7e21986b75a (patch) | |
| tree | 77a0e835a2e5d476310e8a766ef4d459294be7a1 /qpid/cpp/src/Makefile.am | |
| parent | fe3d7394b36efd5b278e222f176a5320c74c4b12 (diff) | |
| download | qpid-python-dc24715bfb243ddcc71009776dd6b7e21986b75a.tar.gz | |
NO-JIRA: Add files missed from EXTRA_DISTS from both the recent amqp 1.0 work and the recent cmake work
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index d166e412e2..8149ea218b 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -292,6 +292,7 @@ endif EXTRA_DIST +=\ CMakeLists.txt \ config.h.cmake \ + amqp.cmake \ rdma.cmake \ ssl.cmake \ managementgen.cmake \ @@ -515,12 +516,17 @@ libqpidcommon_la_SOURCES += \ qpid/amqp_0_10/Codecs.cpp \ qpid/amqp/CharSequence.h \ qpid/amqp/CharSequence.cpp \ + qpid/amqp/Codec.h \ + qpid/amqp/Constructor.h \ qpid/amqp/Decoder.h \ qpid/amqp/Decoder.cpp \ qpid/amqp/Descriptor.h \ qpid/amqp/Descriptor.cpp \ + qpid/amqp/descriptors.h \ qpid/amqp/Encoder.h \ qpid/amqp/Encoder.cpp \ + qpid/amqp/ListReader.h \ + qpid/amqp/LoggingReader.h \ qpid/amqp/MessageEncoder.h \ qpid/amqp/MessageEncoder.cpp \ qpid/amqp/MessageId.h \ @@ -533,7 +539,8 @@ libqpidcommon_la_SOURCES += \ qpid/amqp/SaslClient.h \ qpid/amqp/SaslClient.cpp \ qpid/amqp/SaslServer.h \ - qpid/amqp/SaslServer.cpp + qpid/amqp/SaslServer.cpp \ + qpid/amqp/typecodes.h #libqpidcommon is not really the 'right' place for the Transport #interface, which is only used in 1.0 impl of messaging API, but this |
