diff options
| author | Alan Conway <aconway@apache.org> | 2013-04-03 13:55:41 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-04-03 13:55:41 +0000 |
| commit | 5175f766d95f3ead0dbaeb6690743b676d406759 (patch) | |
| tree | 54ce2117d3bd757fceaadf6af8ec751124e12d9b /qpid/cpp/bindings | |
| parent | bcdbac83b04e51d7d7a2c7ae736b4892f21557e2 (diff) | |
| download | qpid-python-5175f766d95f3ead0dbaeb6690743b676d406759.tar.gz | |
QPID-4697: Minor fixes to make distcheck
- add qmfengine.py to DIST.
- create directory qpid/bindings/perl if not already present.
- ssl_test: don't run python part of tests if python client not available.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings')
| -rw-r--r-- | qpid/cpp/bindings/qmf/python/Makefile.am | 2 | ||||
| -rw-r--r-- | qpid/cpp/bindings/qpid/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf/python/Makefile.am b/qpid/cpp/bindings/qmf/python/Makefile.am index 07f3c1072b..f787d3955f 100644 --- a/qpid/cpp/bindings/qmf/python/Makefile.am +++ b/qpid/cpp/bindings/qmf/python/Makefile.am @@ -25,7 +25,7 @@ generated_file_list = \ qmfengine.cpp \ qmfengine.py -EXTRA_DIST = CMakeLists.txt python.i +EXTRA_DIST = CMakeLists.txt python.i qmfengine.py BUILT_SOURCES = $(generated_file_list) SWIG_FLAGS = -w362,401 diff --git a/qpid/cpp/bindings/qpid/Makefile.am b/qpid/cpp/bindings/qpid/Makefile.am index aace6f2d95..3ea09945f9 100644 --- a/qpid/cpp/bindings/qpid/Makefile.am +++ b/qpid/cpp/bindings/qpid/Makefile.am @@ -38,9 +38,11 @@ BUILT_SOURCES = perl/cqpid_perl.cpp SWIG_FLAGS = -w362,401 perl/cqpid_perl.cpp: $(srcdir)/perl/perl.i + mkdir -p perl $(SWIG) -perl -c++ $(SWIG_FLAGS) $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o perl/cqpid_perl.cpp $(srcdir)/perl/perl.i perl/Makefile: perl/cqpid_perl.cpp + mkdir -p perl cd perl; \ $(PERL) Makefile.PL PREFIX=$(prefix) ; \ cd .. |
