You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2012/12/19 22:21:53 UTC

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

Author: aconway
Date: Wed Dec 19 21:21:53 2012
New Revision: 1424117

URL: http://svn.apache.org/viewvc?rev=1424117&view=rev
Log:
QPID-4207: Fix distcheck errors for swig .i files.

Introduced in r1414294: "QPID-4207 : in Relocated all swig .i files to the include directory."

The new Makefile.am were set up to distribute the files from the new location
but the old Makefile.am were not updated to remove the EXTRA_DIST entries for
the old locations.

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

Modified: qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am?rev=1424117&r1=1424116&r2=1424117&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am Wed Dec 19 21:21:53 2012
@@ -19,7 +19,6 @@
 
 if HAVE_SWIG
 
-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=1424117&r1=1424116&r2=1424117&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qmf2/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/bindings/qmf2/Makefile.am Wed Dec 19 21:21:53 2012
@@ -19,7 +19,6 @@
 
 if HAVE_SWIG
 
-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=1424117&r1=1424116&r2=1424117&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/Makefile.am Wed Dec 19 21:21:53 2012
@@ -21,8 +21,6 @@ SUBDIRS = dotnet
 
 if HAVE_SWIG
 
-EXTRA_DIST = CMakeLists.txt qpid.i
-
 if HAVE_RUBY_DEVEL
 SUBDIRS += ruby
 endif
@@ -35,7 +33,7 @@ if HAVE_PERL_DEVEL
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/bindings -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src -I$(PERL_INC)
 
-EXTRA_DIST += perl/perl.i perl/CMakeLists.txt
+EXTRA_DIST = perl/perl.i perl/CMakeLists.txt
 BUILT_SOURCES = perl/cqpid_perl.cpp
 SWIG_FLAGS = -w362,401
 



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