From 70973bf809ce4e94d2486e082bc2ab47290ee88e Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 27 Apr 2011 17:02:40 +0000 Subject: NO-JIRA - Build fixes for saslwrapper: - Add -fno-strict-aliasing to the compile flags for the c++ wrapper code - Ensure that the Python artifacts are installed in an arch-specific location git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1097181 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/extras/sasl/python/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qpid/extras/sasl/python') diff --git a/qpid/extras/sasl/python/Makefile.am b/qpid/extras/sasl/python/Makefile.am index 43eef70923..7c61f37cee 100644 --- a/qpid/extras/sasl/python/Makefile.am +++ b/qpid/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 -- cgit v1.2.1