diff options
author | Ted Ross <tross@apache.org> | 2009-09-03 15:34:19 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2009-09-03 15:34:19 +0000 |
commit | c85b4f30bf760f38972fa91a5b9da12434c4e272 (patch) | |
tree | 0e9c5424b0c832ae6e3b5e97b41bd25817bf67aa /cpp/bindings/qmf/python | |
parent | cba9a51d7e873db570e4de3c43a32a831afb3ff3 (diff) | |
download | qpid-python-c85b4f30bf760f38972fa91a5b9da12434c4e272.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/qpid@810998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf/python')
-rw-r--r-- | cpp/bindings/qmf/python/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/bindings/qmf/python/Makefile.am b/cpp/bindings/qmf/python/Makefile.am index e7f5ff53e1..f51d26bfad 100644 --- a/cpp/bindings/qmf/python/Makefile.am +++ b/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) |