diff options
author | Alan Conway <aconway@apache.org> | 2009-07-15 18:32:34 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-07-15 18:32:34 +0000 |
commit | 5945ff8ee2618f40037afdd61b0f7371ae61614f (patch) | |
tree | ab0708e25957bc2c5337228595cfe51c9d143c57 /cpp | |
parent | 366916dc747b462858252271a6993d244f59768a (diff) | |
download | qpid-python-5945ff8ee2618f40037afdd61b0f7371ae61614f.tar.gz |
Fix makefile for new include directory
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/bindings/qmf/ruby/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/ruby/Makefile.am b/cpp/bindings/qmf/ruby/Makefile.am index bb006d1ad0..a550bd73fa 100644 --- a/cpp/bindings/qmf/ruby/Makefile.am +++ b/cpp/bindings/qmf/ruby/Makefile.am @@ -19,7 +19,7 @@ if HAVE_RUBY_DEVEL -INCLUDES = -I$(top_srcdir)/src/qmf -I$(top_srcdir)/src -I$(top_builddir)/src/gen -I$(top_srcdir)/src/gen +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/qmf -I$(top_srcdir)/src -I$(top_builddir)/src/gen -I$(top_srcdir)/src/gen EXTRA_DIST = ruby.i BUILT_SOURCES = qmfengine.cpp |