summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf2/python/Makefile.am
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-01-07 17:55:07 +0000
committerTed Ross <tross@apache.org>2011-01-07 17:55:07 +0000
commitcf314a46da3f3240ebe9d2e6869c1f95c288748c (patch)
tree3ff64325ba6adad46c53593d9324a2f92f9812a1 /cpp/bindings/qmf2/python/Makefile.am
parentb0654c2d8101c145f1de9642b2d6ff27f6deb0ab (diff)
downloadqpid-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/qmf2/python/Makefile.am')
-rw-r--r--cpp/bindings/qmf2/python/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/bindings/qmf2/python/Makefile.am b/cpp/bindings/qmf2/python/Makefile.am
index ccb031826a..7adc62eddb 100644
--- a/cpp/bindings/qmf2/python/Makefile.am
+++ b/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