summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/python
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-05-25 14:28:41 +0000
committerTed Ross <tross@apache.org>2011-05-25 14:28:41 +0000
commit3c15c07d5e8507102b6f1c79b67d2ada02c4900d (patch)
tree3a81e6fcc3a4000afc817b0d73c4c4f7a0c8f845 /cpp/bindings/qpid/python
parent8903b7d9dbc9637d137fbb55fc66dd97f9805f73 (diff)
downloadqpid-python-3c15c07d5e8507102b6f1c79b67d2ada02c4900d.tar.gz
NO-JIRA - Makefile cleanup for wrapped bindings
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1127542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/python')
-rw-r--r--cpp/bindings/qpid/python/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/bindings/qpid/python/Makefile.am b/cpp/bindings/qpid/python/Makefile.am
index 9aef179db7..dd25f34829 100644
--- a/cpp/bindings/qpid/python/Makefile.am
+++ b/cpp/bindings/qpid/python/Makefile.am
@@ -30,12 +30,12 @@ BUILT_SOURCES = $(generated_file_list)
SWIG_FLAGS = -w362,401
$(generated_file_list): $(srcdir)/python.i $(srcdir)/../qpid.i $(srcdir)/../../swig_python_typemaps.i
- swig -c++ -python $(SWIG_FLAGS) $(INCLUDES) $(QPID_CXXFLAGS) -I$(top_srcdir)/src/qmf -I/usr/include -o cqpid.cpp $(srcdir)/python.i
+ $(SWIG) -c++ -python $(SWIG_FLAGS) $(INCLUDES) $(QPID_CXXFLAGS) -I$(top_srcdir)/src/qmf -I/usr/include -o cqpid.cpp $(srcdir)/python.i
pylibdir = $(PYTHON_LIB)
lib_LTLIBRARIES = _cqpid.la
-cqpiddir = $(pythondir)
+cqpiddir = $(pyexecdir)
cqpid_PYTHON = cqpid.py
_cqpid_la_LDFLAGS = -avoid-version -module -shared