Author: rhs
Date: Sat Jan 9 08:46:38 2010
New Revision: 897388
URL: http://svn.apache.org/viewvc?rev=897388&view=rev
Log:
Updated python Makefile.am to install extension module into the python sitelib
Modified:
qpid/trunk/qpid/extras/sasl/python/Makefile.am
Modified: qpid/trunk/qpid/extras/sasl/python/Makefile.am
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/sasl/python/Makefile.am?rev=897388&r1=897387&r2=897388&view=diff
==============================================================================
--- qpid/trunk/qpid/extras/sasl/python/Makefile.am (original)
+++ qpid/trunk/qpid/extras/sasl/python/Makefile.am Sat Jan 9 08:46:38 2010
@@ -30,7 +30,8 @@
$(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
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]