diff options
Diffstat (limited to 'extras/sasl/python/Makefile.am')
-rw-r--r-- | extras/sasl/python/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/sasl/python/Makefile.am b/extras/sasl/python/Makefile.am index 43eef70923..7c61f37cee 100644 --- a/extras/sasl/python/Makefile.am +++ b/extras/sasl/python/Makefile.am @@ -29,8 +29,7 @@ BUILT_SOURCES = $(generated_file_list) $(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) -python_PYTHON = saslwrapper.py +pyexec_PYTHON = saslwrapper.py pyexec_LTLIBRARIES = _saslwrapper.la _saslwrapper_la_LDFLAGS = -avoid-version -module -shared |