summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf/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/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/Makefile.am')
-rw-r--r--cpp/bindings/qmf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/Makefile.am b/cpp/bindings/qmf/Makefile.am
index 897f744b94..9637c319f0 100644
--- a/cpp/bindings/qmf/Makefile.am
+++ b/cpp/bindings/qmf/Makefile.am
@@ -21,7 +21,7 @@ if HAVE_SWIG
if HAVE_RUBY_DEVEL
EXTRA_DIST = qmfengine.i
-SUBDIRS = ruby tests
+SUBDIRS = ruby python tests
endif
endif