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 | 6dc6cfd7718d3758d0d6e3b16f52542c1b4ac369 (patch) | |
| tree | 3ff64325ba6adad46c53593d9324a2f92f9812a1 /cpp/bindings/qpid/ruby/Makefile.am | |
| parent | 97ec99f115c5190be04963e2853d0315d9a75a52 (diff) | |
| download | qpid-python-6dc6cfd7718d3758d0d6e3b16f52542c1b4ac369.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/qpid/ruby/Makefile.am')
| -rw-r--r-- | cpp/bindings/qpid/ruby/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/bindings/qpid/ruby/Makefile.am b/cpp/bindings/qpid/ruby/Makefile.am index fd23ace52e..67a3615362 100644 --- a/cpp/bindings/qpid/ruby/Makefile.am +++ b/cpp/bindings/qpid/ruby/Makefile.am @@ -23,11 +23,12 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src EXTRA_DIST = ruby.i BUILT_SOURCES = cqpid.cpp +SWIG_FLAGS = -w362,401 rubylibdir = $(RUBY_LIB) cqpid.cpp: $(srcdir)/ruby.i $(srcdir)/../qpid.i $(srcdir)/../../swig_ruby_typemaps.i - $(SWIG) -ruby -c++ -Wall $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o cqpid.cpp $(srcdir)/ruby.i + $(SWIG) -ruby -c++ $(SWIG_FLAGS) $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o cqpid.cpp $(srcdir)/ruby.i rubylibarchdir = $(RUBY_LIB_ARCH) rubylibarch_LTLIBRARIES = cqpid.la |
