summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-09-01 21:37:27 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-09-01 21:37:27 +0000
commitaebe7d734dfed826f1b09fffb3408bcdaee7ed3d (patch)
tree6f260b43a4aa9f33133c9393094027605fbccf96 /cpp
parent03c79fe31e174a8c9b26dfe8cc3cb3c47030dff0 (diff)
downloadqpid-python-aebe7d734dfed826f1b09fffb3408bcdaee7ed3d.tar.gz
Avoid failed test where ruby-devel isn't installed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/bindings/qmf/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/bindings/qmf/Makefile.am b/cpp/bindings/qmf/Makefile.am
index 68312a4208..897f744b94 100644
--- a/cpp/bindings/qmf/Makefile.am
+++ b/cpp/bindings/qmf/Makefile.am
@@ -18,8 +18,10 @@
#
if HAVE_SWIG
+if HAVE_RUBY_DEVEL
EXTRA_DIST = qmfengine.i
SUBDIRS = ruby tests
endif
+endif