diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-25 16:38:44 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-25 16:38:44 +0000 |
| commit | 6224ba152a429548755ddc8153633c3797dd9647 (patch) | |
| tree | abdb2a8d18cf9b2837169616f10ef11aebc4b5d2 /qpid/cpp/bindings/qmf/ruby | |
| parent | 71ab7fa0acacc40c1bca4729e5f5fd3e5959749f (diff) | |
| download | qpid-python-6224ba152a429548755ddc8153633c3797dd9647.tar.gz | |
QPID-2355: fix include path order in binding makefiles
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@902865 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf/ruby')
| -rw-r--r-- | qpid/cpp/bindings/qmf/ruby/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf/ruby/Makefile.am b/qpid/cpp/bindings/qmf/ruby/Makefile.am index 34096da9ee..adce2c8080 100644 --- a/qpid/cpp/bindings/qmf/ruby/Makefile.am +++ b/qpid/cpp/bindings/qmf/ruby/Makefile.am @@ -29,7 +29,7 @@ rubylibdir = $(RUBY_LIB) dist_rubylib_DATA = qmf.rb qmfengine.cpp: $(srcdir)/ruby.i $(srcdir)/../qmfengine.i - $(SWIG) -ruby -c++ -Wall -I/usr/include $(INCLUDES) $(QPID_CXXFLAGS) -o qmfengine.cpp $(srcdir)/ruby.i + $(SWIG) -ruby -c++ -Wall $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o qmfengine.cpp $(srcdir)/ruby.i rubylibarchdir = $(RUBY_LIB_ARCH) rubylibarch_LTLIBRARIES = qmfengine.la |
