Author: astitcher
Date: Tue Nov  8 20:51:12 2011
New Revision: 1199451

URL: http://svn.apache.org/viewvc?rev=1199451&view=rev
Log:
QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution
- Added in the new CMake files to EXTRA_DIST in the Makefile.am files so
  that they get built into the tarballs
- Added some cluster test files back into the .../tests/cluster.mk file
  as they seem to have been dropped by mistake (and having them missing
  also breaks the cmake build in a similar way)

Modified:
    qpid/branches/0.14/qpid/cpp/bindings/qmf/Makefile.am
    qpid/branches/0.14/qpid/cpp/bindings/qmf/python/Makefile.am
    qpid/branches/0.14/qpid/cpp/bindings/qmf/ruby/Makefile.am
    qpid/branches/0.14/qpid/cpp/bindings/qmf2/Makefile.am
    qpid/branches/0.14/qpid/cpp/bindings/qmf2/python/Makefile.am
    qpid/branches/0.14/qpid/cpp/bindings/qmf2/ruby/Makefile.am
    qpid/branches/0.14/qpid/cpp/docs/man/Makefile.am
    qpid/branches/0.14/qpid/cpp/src/Makefile.am
    qpid/branches/0.14/qpid/cpp/src/tests/cluster.mk

Modified: qpid/branches/0.14/qpid/cpp/bindings/qmf/Makefile.am
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/cpp/bindings/qmf/Makefile.am?rev=1199451&r1=1199450&r2=1199451&view=diff
==============================================================================
--- qpid/branches/0.14/qpid/cpp/bindings/qmf/Makefile.am (original)
+++ qpid/branches/0.14/qpid/cpp/bindings/qmf/Makefile.am Tue Nov  8 20:51:12 
2011
@@ -19,7 +19,7 @@
 
 if HAVE_SWIG
 
-EXTRA_DIST = qmfengine.i
+EXTRA_DIST = CMakeLists.txt qmfengine.i
 SUBDIRS = tests
 
 if HAVE_RUBY_DEVEL

Modified: qpid/branches/0.14/qpid/cpp/bindings/qmf/python/Makefile.am
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/cpp/bindings/qmf/python/Makefile.am?rev=1199451&r1=1199450&r2=1199451&view=diff
==============================================================================
--- qpid/branches/0.14/qpid/cpp/bindings/qmf/python/Makefile.am (original)
+++ qpid/branches/0.14/qpid/cpp/bindings/qmf/python/Makefile.am Tue Nov  8 
20:51:12 2011
@@ -25,7 +25,7 @@ generated_file_list = \
        qmfengine.cpp \
        qmfengine.py
 
-EXTRA_DIST = python.i
+EXTRA_DIST = CMakeLists.txt python.i
 BUILT_SOURCES = $(generated_file_list)
 SWIG_FLAGS = -w362,401
 

Modified: qpid/branches/0.14/qpid/cpp/bindings/qmf/ruby/Makefile.am
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/cpp/bindings/qmf/ruby/Makefile.am?rev=1199451&r1=1199450&r2=1199451&view=diff
==============================================================================
--- qpid/branches/0.14/qpid/cpp/bindings/qmf/ruby/Makefile.am (original)
+++ qpid/branches/0.14/qpid/cpp/bindings/qmf/ruby/Makefile.am Tue Nov  8 
20:51:12 2011
@@ -21,7 +21,7 @@ if HAVE_RUBY_DEVEL
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include 
-I$(top_srcdir)/src -I$(top_builddir)/src
 
-EXTRA_DIST = ruby.i
+EXTRA_DIST = CMakeLists.txt ruby.i
 BUILT_SOURCES = qmfengine.cpp
 SWIG_FLAGS = -w362,401
 

Modified: qpid/branches/0.14/qpid/cpp/bindings/qmf2/Makefile.am
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/cpp/bindings/qmf2/Makefile.am?rev=1199451&r1=1199450&r2=1199451&view=diff
==============================================================================
--- qpid/branches/0.14/qpid/cpp/bindings/qmf2/Makefile.am (original)
+++ qpid/branches/0.14/qpid/cpp/bindings/qmf2/Makefile.am Tue Nov  8 20:51:12 
2011
@@ -19,7 +19,7 @@
 
 if HAVE_SWIG
 
-EXTRA_DIST = qmf2.i
+EXTRA_DIST = CMakeLists.txt qmf2.i
 SUBDIRS = examples/cpp
 
 if HAVE_RUBY_DEVEL

Modified: qpid/branches/0.14/qpid/cpp/bindings/qmf2/python/Makefile.am
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/cpp/bindings/qmf2/python/Makefile.am?rev=1199451&r1=1199450&r2=1199451&view=diff
==============================================================================
--- qpid/branches/0.14/qpid/cpp/bindings/qmf2/python/Makefile.am (original)
+++ qpid/branches/0.14/qpid/cpp/bindings/qmf2/python/Makefile.am Tue Nov  8 
20:51:12 2011
@@ -25,7 +25,7 @@ generated_file_list = \
        cqmf2.cpp \
        cqmf2.py
 
-EXTRA_DIST = python.i
+EXTRA_DIST = CMakeLists.txt python.i
 BUILT_SOURCES = $(generated_file_list)
 SWIG_FLAGS = -w362,401
 

Modified: qpid/branches/0.14/qpid/cpp/bindings/qmf2/ruby/Makefile.am
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/cpp/bindings/qmf2/ruby/Makefile.am?rev=1199451&r1=1199450&r2=1199451&view=diff
==============================================================================
--- qpid/branches/0.14/qpid/cpp/bindings/qmf2/ruby/Makefile.am (original)
+++ qpid/branches/0.14/qpid/cpp/bindings/qmf2/ruby/Makefile.am Tue Nov  8 
20:51:12 2011
@@ -21,7 +21,7 @@ if HAVE_RUBY_DEVEL
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include 
-I$(top_srcdir)/src -I$(top_builddir)/src $(QMF_INCLUDES)
 
-EXTRA_DIST = ruby.i
+EXTRA_DIST = CMakeLists.txt ruby.i
 BUILT_SOURCES = cqmf2.cpp
 SWIG_FLAGS = -w362,401
 

Modified: qpid/branches/0.14/qpid/cpp/docs/man/Makefile.am
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/cpp/docs/man/Makefile.am?rev=1199451&r1=1199450&r2=1199451&view=diff
==============================================================================
--- qpid/branches/0.14/qpid/cpp/docs/man/Makefile.am (original)
+++ qpid/branches/0.14/qpid/cpp/docs/man/Makefile.am Tue Nov  8 20:51:12 2011
@@ -38,7 +38,7 @@
 dist_man_MANS = qpidd.1
 
 man_aux = $(dist_man_MANS:.1=.x)
-EXTRA_DIST = $(man_aux) generate_manpage groffify_options.sed 
groffify_template.sed
+EXTRA_DIST = $(man_aux) CMakeLists.txt generate_manpage groffify_options.sed 
groffify_template.sed
 DISTCLEANFILES = $(dist_man_MANS)
 CLEANFILES=qpidd.1
 

Modified: qpid/branches/0.14/qpid/cpp/src/Makefile.am
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/cpp/src/Makefile.am?rev=1199451&r1=1199450&r2=1199451&view=diff
==============================================================================
--- qpid/branches/0.14/qpid/cpp/src/Makefile.am (original)
+++ qpid/branches/0.14/qpid/cpp/src/Makefile.am Tue Nov  8 20:51:12 2011
@@ -288,6 +288,7 @@ EXTRA_DIST +=\
   ssl.cmake \
   managementgen.cmake \
   rubygen.cmake \
+  versions.cmake \
   $(rgen_amqp_0_10_srcs) \
   qpid/amqp_0_10/apply.h \
   qpid/amqp_0_10/built_in_types.h \

Modified: qpid/branches/0.14/qpid/cpp/src/tests/cluster.mk
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.14/qpid/cpp/src/tests/cluster.mk?rev=1199451&r1=1199450&r2=1199451&view=diff
==============================================================================
--- qpid/branches/0.14/qpid/cpp/src/tests/cluster.mk (original)
+++ qpid/branches/0.14/qpid/cpp/src/tests/cluster.mk Tue Nov  8 20:51:12 2011
@@ -83,14 +83,16 @@ LONG_TESTS +=                                       \
 qpidtest_PROGRAMS += cluster_test
 
 cluster_test_SOURCES =                         \
-       cluster_test.cpp                        \
-       unit_test.cpp                           \
-       ClusterFixture.cpp                      \
-       ClusterFixture.h                        \
-       ForkedBroker.h                          \
-       ForkedBroker.cpp                        \
-       PartialFailure.cpp                      \
-       ClusterFailover.cpp
+    cluster_test.cpp                   \
+    unit_test.cpp                              \
+    ClusterFixture.cpp                 \
+    ClusterFixture.h                   \
+    ForkedBroker.h                             \
+    ForkedBroker.cpp                   \
+    PartialFailure.cpp                 \
+    ClusterFailover.cpp         \
+    InitialStatusMap.cpp        \
+    StoreStatus.cpp
 
 cluster_test_LDADD=$(lib_client) $(lib_broker) ../cluster.la 
-lboost_unit_test_framework
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to