diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-09-01 21:37:27 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-09-01 21:37:27 +0000 |
| commit | ced753bce29377dafe25c3066f135a4f94df6603 (patch) | |
| tree | 8fa1d12a61e69c246c1c31a4dff6d590a0639cf9 /qpid/cpp | |
| parent | 26022334bbaff31fa50242c68b38276aa9e0ffde (diff) | |
| download | qpid-python-ced753bce29377dafe25c3066f135a4f94df6603.tar.gz | |
Avoid failed test where ruby-devel isn't installed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@810256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/bindings/qmf/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/bindings/qmf/Makefile.am b/qpid/cpp/bindings/qmf/Makefile.am index 68312a4208..897f744b94 100644 --- a/qpid/cpp/bindings/qmf/Makefile.am +++ b/qpid/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 |
