summaryrefslogtreecommitdiff
path: root/qpid/cpp/bindings/qmf/python/Makefile.am
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-09-03 15:34:19 +0000
committerTed Ross <tross@apache.org>2009-09-03 15:34:19 +0000
commitaf7819a34761c5d983521fc879384feb6c9cfe6e (patch)
tree5e114f030f5412a8282fc56acde369ab07dd5347 /qpid/cpp/bindings/qmf/python/Makefile.am
parentd70a26aa665c7eebc7cc4d1bb91ce7928f3c7d89 (diff)
downloadqpid-python-af7819a34761c5d983521fc879384feb6c9cfe6e.tar.gz
Improved automake for the qmf bindings.
- Added conditionals for HAVE_PYTHON_DEVEL - Added conditionals in the run_interop_tests script to skip tests of unbuilt components - Removed from distribution the code generated by swig for Python git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@810998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf/python/Makefile.am')
-rw-r--r--qpid/cpp/bindings/qmf/python/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/bindings/qmf/python/Makefile.am b/qpid/cpp/bindings/qmf/python/Makefile.am
index e7f5ff53e1..f51d26bfad 100644
--- a/qpid/cpp/bindings/qmf/python/Makefile.am
+++ b/qpid/cpp/bindings/qmf/python/Makefile.am
@@ -40,8 +40,7 @@ lib_LTLIBRARIES = _qmfengine.la
_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
+nodist__qmfengine_la_SOURCES = qmfengine.cpp
CLEANFILES = $(generated_file_list)