diff options
| author | Ted Ross <tross@apache.org> | 2011-01-07 17:55:07 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-01-07 17:55:07 +0000 |
| commit | cf314a46da3f3240ebe9d2e6869c1f95c288748c (patch) | |
| tree | 3ff64325ba6adad46c53593d9324a2f92f9812a1 /cpp/bindings/qmf/ruby | |
| parent | b0654c2d8101c145f1de9642b2d6ff27f6deb0ab (diff) | |
| download | qpid-python-cf314a46da3f3240ebe9d2e6869c1f95c288748c.tar.gz | |
Cleaned up the makefiles for the Swig-generated bindings.
1) Suppression of some warnings
2) Proper installation of artifacts in "make install"
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1056420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf/ruby')
| -rw-r--r-- | cpp/bindings/qmf/ruby/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/ruby/Makefile.am b/cpp/bindings/qmf/ruby/Makefile.am index adce2c8080..cfb3a33870 100644 --- a/cpp/bindings/qmf/ruby/Makefile.am +++ b/cpp/bindings/qmf/ruby/Makefile.am @@ -23,13 +23,14 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src EXTRA_DIST = ruby.i BUILT_SOURCES = qmfengine.cpp +SWIG_FLAGS = -w362,401 rubylibdir = $(RUBY_LIB) dist_rubylib_DATA = qmf.rb qmfengine.cpp: $(srcdir)/ruby.i $(srcdir)/../qmfengine.i - $(SWIG) -ruby -c++ -Wall $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o qmfengine.cpp $(srcdir)/ruby.i + $(SWIG) -ruby -c++ $(SWIG_FLAGS) $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o qmfengine.cpp $(srcdir)/ruby.i rubylibarchdir = $(RUBY_LIB_ARCH) rubylibarch_LTLIBRARIES = qmfengine.la |
