diff options
Diffstat (limited to 'qpid')
| -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 |
