You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2012/10/22 18:49:15 UTC

svn commit: r1400948 - in /qpid/trunk/qpid/cpp: Makefile.am bindings/qmf/Makefile.am bindings/qmf2/Makefile.am bindings/qpid/Makefile.am src/Makefile.am

Author: astitcher
Date: Mon Oct 22 16:49:14 2012
New Revision: 1400948

URL: http://svn.apache.org/viewvc?rev=1400948&view=rev
Log:
NO-JIRA: Add files missed from EXTRA_DISTS from both the recent amqp 1.0 work and the recent cmake work

Modified:
    qpid/trunk/qpid/cpp/Makefile.am
    qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am
    qpid/trunk/qpid/cpp/bindings/qmf2/Makefile.am
    qpid/trunk/qpid/cpp/bindings/qpid/Makefile.am
    qpid/trunk/qpid/cpp/src/Makefile.am

Modified: qpid/trunk/qpid/cpp/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/Makefile.am?rev=1400948&r1=1400947&r2=1400948&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/Makefile.am Mon Oct 22 16:49:14 2012
@@ -25,8 +25,8 @@ ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = \
   LICENSE NOTICE README.txt SSL RELEASE_NOTES DESIGN \
   xml/cluster.xml INSTALL-WINDOWS CMakeLists.txt BuildInstallSettings.cmake \
-  packaging/NSIS QPID_VERSION.txt bindings/swig_python_typemaps.i \
-  bindings/swig_ruby_typemaps.i bindings/swig_perl_typemaps.i
+  packaging/NSIS QPID_VERSION.txt bindings/CMakeLists.txt \
+  bindings/swig_python_typemaps.i bindings/swig_ruby_typemaps.i bindings/swig_perl_typemaps.i
 
 SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf bindings/qpid bindings/qmf2
 

Modified: qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am?rev=1400948&r1=1400947&r2=1400948&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am Mon Oct 22 16:49:14 2012
@@ -19,7 +19,7 @@
 
 if HAVE_SWIG
 
-EXTRA_DIST = CMakeLists.txt qmfengine.i
+EXTRA_DIST = qmfengine.i
 SUBDIRS = tests
 
 if HAVE_RUBY_DEVEL

Modified: qpid/trunk/qpid/cpp/bindings/qmf2/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qmf2/Makefile.am?rev=1400948&r1=1400947&r2=1400948&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qmf2/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/bindings/qmf2/Makefile.am Mon Oct 22 16:49:14 2012
@@ -19,7 +19,7 @@
 
 if HAVE_SWIG
 
-EXTRA_DIST = CMakeLists.txt qmf2.i
+EXTRA_DIST = qmf2.i
 SUBDIRS = examples/cpp
 
 if HAVE_RUBY_DEVEL

Modified: qpid/trunk/qpid/cpp/bindings/qpid/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/Makefile.am?rev=1400948&r1=1400947&r2=1400948&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/Makefile.am Mon Oct 22 16:49:14 2012
@@ -21,7 +21,7 @@ SUBDIRS = dotnet
 
 if HAVE_SWIG
 
-EXTRA_DIST = CMakeLists.txt qpid.i
+EXTRA_DIST = qpid.i
 
 if HAVE_RUBY_DEVEL
 SUBDIRS += ruby

Modified: qpid/trunk/qpid/cpp/src/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/Makefile.am?rev=1400948&r1=1400947&r2=1400948&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/src/Makefile.am Mon Oct 22 16:49:14 2012
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org