From aebe7d734dfed826f1b09fffb3408bcdaee7ed3d Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 1 Sep 2009 21:37:27 +0000 Subject: 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 --- cpp/bindings/qmf/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/bindings') 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 -- cgit v1.2.1