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/qmf2/python/Makefile.am | |
| 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/qmf2/python/Makefile.am')
| -rw-r--r-- | qpid/cpp/bindings/qmf2/python/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/bindings/qmf2/python/Makefile.am b/qpid/cpp/bindings/qmf2/python/Makefile.am index ccb031826a..7adc62eddb 100644 --- a/qpid/cpp/bindings/qmf2/python/Makefile.am +++ b/qpid/cpp/bindings/qmf2/python/Makefile.am @@ -35,6 +35,8 @@ $(generated_file_list): $(srcdir)/python.i $(srcdir)/../qmf2.i $(srcdir)/../../s pylibdir = $(PYTHON_LIB) lib_LTLIBRARIES = _cqmf2.la +cqpiddir = $(pythondir) +cqpid_PYTHON = qmf2.py cqmf2.py _cqmf2_la_LDFLAGS = -avoid-version -module -shared _cqmf2_la_LIBADD = $(PYTHON_LIBS) -L$(top_builddir)/src/.libs $(top_builddir)/src/libqmf2.la |
