From 6dc6cfd7718d3758d0d6e3b16f52542c1b4ac369 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 7 Jan 2011 17:55:07 +0000 Subject: 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 --- cpp/bindings/qmf2/python/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/bindings/qmf2/python/Makefile.am') 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 -- cgit v1.2.1