summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf/python/Makefile.am
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-09-02 14:32:57 +0000
committerTed Ross <tross@apache.org>2009-09-02 14:32:57 +0000
commit4ab8745255dad1cfaf3f69f782d721ace36ff0fc (patch)
tree26246ccf90628c72984a67d4cae3d02d3c27f00e /cpp/bindings/qmf/python/Makefile.am
parent1dc24b76364878a9c9dde3ad3b7dbc2b85567c68 (diff)
downloadqpid-python-4ab8745255dad1cfaf3f69f782d721ace36ff0fc.tar.gz
QPID-2064 - add python bindings for qmf (c++)
Applied patch from Ken Giusti git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf/python/Makefile.am')
-rw-r--r--cpp/bindings/qmf/python/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/bindings/qmf/python/Makefile.am b/cpp/bindings/qmf/python/Makefile.am
index 7b3f4d3be7..e7f5ff53e1 100644
--- a/cpp/bindings/qmf/python/Makefile.am
+++ b/cpp/bindings/qmf/python/Makefile.am
@@ -35,8 +35,10 @@ pylibdir = $(PYTHON_LIB)
lib_LTLIBRARIES = _qmfengine.la
-_qmfengine_la_LDFLAGS = -avoid-version -module -shrext "$(PYTHON_SO)"
-_qmfengine_la_LIBADD = $(PYTHON_LIBS) -L$(top_builddir)/src/.libs -lqpidclient $(top_builddir)/src/libqmfcommon.la
+#_qmfengine_la_LDFLAGS = -avoid-version -module -shrext "$(PYTHON_SO)"
+#_qmfengine_la_LDFLAGS = -avoid-version -module -shrext ".so"
+_qmfengine_la_LDFLAGS = -avoid-version -module -shared
+_qmfengine_la_LIBADD = $(PYTHON_LIBS) -L$(top_builddir)/src/.libs -lqpidclient $(top_builddir)/src/libqmfagent.la
_qmfengine_la_CXXFLAGS = $(INCLUDES) -I$(srcdir)/qmf -I$(PYTHON_INC)
_qmfengine_la_SOURCES = \
qmfengine.cpp