diff options
author | Rafael H. Schloming <rhs@apache.org> | 2010-01-09 08:46:38 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2010-01-09 08:46:38 +0000 |
commit | 68bd1a8719b36f240bc0b7fed97755510fc99df4 (patch) | |
tree | d6d2b2fc33172511436bc76f2eee4000bacf9fc4 /qpid/extras/sasl/python | |
parent | 28707d3de4970c536ae2a9acccf58ac2c06a78d0 (diff) | |
download | qpid-python-68bd1a8719b36f240bc0b7fed97755510fc99df4.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@897388 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/sasl/python')
-rw-r--r-- | qpid/extras/sasl/python/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/extras/sasl/python/Makefile.am b/qpid/extras/sasl/python/Makefile.am index 67b608281f..32f519f953 100644 --- a/qpid/extras/sasl/python/Makefile.am +++ b/qpid/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 |