summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-07-09 14:48:13 +0000
committerTed Ross <tross@apache.org>2009-07-09 14:48:13 +0000
commita088d0d2e7f20a6f5e6c200b7e0a086ce1f6e837 (patch)
tree87396ba371ba2f7015db288c3d1cfc828c2d4089 /cpp
parent16fa5efeecd8a6ae4288342899372235ce688890 (diff)
downloadqpid-python-a088d0d2e7f20a6f5e6c200b7e0a086ce1f6e837.tar.gz
Fix make distcheck problems
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/bindings/qmf/Makefile.am5
-rw-r--r--cpp/bindings/qmf/ruby/Makefile.am15
-rw-r--r--cpp/configure.ac1
3 files changed, 7 insertions, 14 deletions
diff --git a/cpp/bindings/qmf/Makefile.am b/cpp/bindings/qmf/Makefile.am
index 538ffbf4d7..1693248e9d 100644
--- a/cpp/bindings/qmf/Makefile.am
+++ b/cpp/bindings/qmf/Makefile.am
@@ -17,9 +17,6 @@
# under the License.
#
-INCLUDES = -I$(top_srcdir)/src/qmf
-
EXTRA_DIST = qmfengine.i
-
-SUBDIRS = ruby python
+SUBDIRS = ruby
diff --git a/cpp/bindings/qmf/ruby/Makefile.am b/cpp/bindings/qmf/ruby/Makefile.am
index 80af3569a3..5db4dc3340 100644
--- a/cpp/bindings/qmf/ruby/Makefile.am
+++ b/cpp/bindings/qmf/ruby/Makefile.am
@@ -19,12 +19,11 @@
if HAVE_RUBY_DEVEL
-INCLUDES = -I$(top_srcdir)/src/qmf -I$(top_srcdir)/src -I$(top_builddir)/src/gen
+INCLUDES = -I$(top_srcdir)/src/qmf -I$(top_srcdir)/src -I$(top_builddir)/src/gen -I$(top_srcdir)/src/gen
EXTRA_DIST = ruby.i
-
-generated_file_list = \
- qmfengine.cpp
+BUILT_SOURCES = qmfengine.cpp
+generated_file_list = qmfengine.cpp
rubylibdir = $(RUBY_LIB)
@@ -33,16 +32,14 @@ dist_rubylib_DATA = qmf.rb
$(generated_file_list): $(srcdir)/ruby.i $(srcdir)/../qmfengine.i
$(SWIG) -ruby -c++ -Wall -I/usr/include $(INCLUDES) $(QPID_CXXFLAGS) -o qmfengine.cpp $(srcdir)/ruby.i
-AM_CPPFLAGS = $(QPID_CXXFLAGS) $(INCLUDES) -I$(srcdir) -I$(RUBY_INC) -I$(RUBY_INC_ARCH)
-AM_CXXFLAGS = $(QPID_CXXFLAGS)
+#AM_CXXFLAGS = $(QPID_CXXFLAGS) $(INCLUDES) -I$(srcdir) -I$(RUBY_INC) -I$(RUBY_INC_ARCH)
rubylibarchdir = $(RUBY_LIB_ARCH)
rubylibarch_LTLIBRARIES = qmfengine.la
qmfengine_la_LDFLAGS = -avoid-version -module -shrext ".$(RUBY_DLEXT)"
qmfengine_la_LIBADD = $(RUBY_LIBS) -L$(top_builddir)/src/.libs -lqpidclient $(top_builddir)/src/libqmfcommon.la
-
-qmfengine_la_SOURCES = \
- qmfengine.cpp
+qmfengine_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH)
+qmfengine_la_SOURCES = qmfengine.cpp
endif # HAVE_RUBY_DEVEL
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 24a8275cfd..4ee94d27dd 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -512,7 +512,6 @@ AC_CONFIG_FILES([
examples/tradedemo/Makefile
bindings/qmf/Makefile
bindings/qmf/ruby/Makefile
- bindings/qmf/python/Makefile
managementgen/Makefile
etc/Makefile
src/Makefile