summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-01-09 08:46:38 +0000
committerRafael H. Schloming <rhs@apache.org>2010-01-09 08:46:38 +0000
commitc714e16b292f4277c14366b80acf68e9e3ab8de2 (patch)
tree19384e5f781720b08fd8f3c5297ba800d24ca933
parent4810aa28757f68689b8c1c3fe931afb1f9df02bd (diff)
downloadqpid-python-c714e16b292f4277c14366b80acf68e9e3ab8de2.tar.gz
Updated python Makefile.am to install extension module into the python sitelib
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@897388 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--extras/sasl/python/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/sasl/python/Makefile.am b/extras/sasl/python/Makefile.am
index 67b608281f..32f519f953 100644
--- a/extras/sasl/python/Makefile.am
+++ b/extras/sasl/python/Makefile.am
@@ -30,7 +30,8 @@ $(generated_file_list): python.i $(top_srcdir)/src/saslwrapper.i
$(SWIG) -c++ -python -Wall -I/usr/include $(INCLUDES) -o saslwrapper.cpp $(srcdir)/python.i
pylibdir = $(PYTHON_LIB)
-lib_LTLIBRARIES = _saslwrapper.la
+python_PYTHON = saslwrapper.py
+pyexec_LTLIBRARIES = _saslwrapper.la
_saslwrapper_la_LDFLAGS = -avoid-version -module -shared
_saslwrapper_la_LIBADD = $(PYTHON_LIBS) $(top_builddir)/src/libsaslwrapper.la -lsasl2