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 | 138b5019dcad82305e6233e9d5ec9a961e0e7cbe (patch) | |
| tree | bfa30508cf5f194f8531d309854e14f23a2bf5e0 /qpid/cpp/bindings/qmf/python | |
| parent | 739b0523c632f961d3c008646c1c4db8f596cd3d (diff) | |
| download | qpid-python-138b5019dcad82305e6233e9d5ec9a961e0e7cbe.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@1056420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf/python')
| -rw-r--r-- | qpid/cpp/bindings/qmf/python/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf/python/Makefile.am b/qpid/cpp/bindings/qmf/python/Makefile.am index 54e4a82770..421590f189 100644 --- a/qpid/cpp/bindings/qmf/python/Makefile.am +++ b/qpid/cpp/bindings/qmf/python/Makefile.am @@ -27,9 +27,10 @@ generated_file_list = \ EXTRA_DIST = python.i BUILT_SOURCES = $(generated_file_list) +SWIG_FLAGS = -w362,401 $(generated_file_list): $(srcdir)/python.i $(srcdir)/../qmfengine.i - swig -c++ -python -Wall $(INCLUDES) $(QPID_CXXFLAGS) -I$(top_srcdir)/src/qmf -I/usr/include -o qmfengine.cpp $(srcdir)/python.i + swig -c++ -python $(SWIG_FLAGS) $(INCLUDES) $(QPID_CXXFLAGS) -I$(top_srcdir)/src/qmf -I/usr/include -o qmfengine.cpp $(srcdir)/python.i pylibdir = $(PYTHON_LIB) |
