diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-11-28 15:03:54 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-11-28 15:03:54 +0000 |
| commit | f2425e4ff068a3b81466ae084656fd5c607d4cbb (patch) | |
| tree | 5b9a34ecd3807f1bb37983afe86431e8cfc3f6ab /qpid/cpp/bindings/qmf2/ruby/Makefile.am | |
| parent | f4d040e7fca83c5e0184fc5e137fc1e5658d04c7 (diff) | |
| download | qpid-python-f2425e4ff068a3b81466ae084656fd5c607d4cbb.tar.gz | |
NO-JIRA: Fix bindings breakage from previous checkins
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1414741 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf2/ruby/Makefile.am')
| -rw-r--r-- | qpid/cpp/bindings/qmf2/ruby/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf2/ruby/Makefile.am b/qpid/cpp/bindings/qmf2/ruby/Makefile.am index f681401be2..9952edb972 100644 --- a/qpid/cpp/bindings/qmf2/ruby/Makefile.am +++ b/qpid/cpp/bindings/qmf2/ruby/Makefile.am @@ -19,7 +19,7 @@ if HAVE_RUBY_DEVEL -INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src $(QMF_INCLUDES) +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/bindings -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src $(QMF_INCLUDES) EXTRA_DIST = CMakeLists.txt ruby.i BUILT_SOURCES = cqmf2.cpp |
