summaryrefslogtreecommitdiff
path: root/qpid/extras/sasl/python
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-04-27 17:02:40 +0000
committerTed Ross <tross@apache.org>2011-04-27 17:02:40 +0000
commit70973bf809ce4e94d2486e082bc2ab47290ee88e (patch)
tree49ea51a0625bf7964ad955127459cd7cdef4e91a /qpid/extras/sasl/python
parent8f8946b25b3df2e6d53a26ffd2b0943d7f7ad3ae (diff)
downloadqpid-python-70973bf809ce4e94d2486e082bc2ab47290ee88e.tar.gz
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
Diffstat (limited to 'qpid/extras/sasl/python')
-rw-r--r--qpid/extras/sasl/python/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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