summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf2/ruby/Makefile.am
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-09-23 01:42:08 +0000
committerTed Ross <tross@apache.org>2010-09-23 01:42:08 +0000
commitfac287a1e0d9101d3b497921be9c9d9d73d3d847 (patch)
treea644cf132b3bf21d62be8187cd8e2a2a1967175a /cpp/bindings/qmf2/ruby/Makefile.am
parent455150834b51020a6dc9abd1466a452079e2ffaf (diff)
downloadqpid-python-fac287a1e0d9101d3b497921be9c9d9d73d3d847.tar.gz
Renamed swig-generated Ruby binding for QMF2 from "qmf2" to "cqmf2" to match the
pattern of the Python binding. Added a proper Ruby binding for Qmf2. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1000288 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf2/ruby/Makefile.am')
-rw-r--r--cpp/bindings/qmf2/ruby/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/cpp/bindings/qmf2/ruby/Makefile.am b/cpp/bindings/qmf2/ruby/Makefile.am
index 90707a7f07..4a8b8e269e 100644
--- a/cpp/bindings/qmf2/ruby/Makefile.am
+++ b/cpp/bindings/qmf2/ruby/Makefile.am
@@ -22,21 +22,21 @@ if HAVE_RUBY_DEVEL
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src $(QMF_INCLUDES)
EXTRA_DIST = ruby.i
-BUILT_SOURCES = qmf2.cpp
+BUILT_SOURCES = cqmf2.cpp
rubylibdir = $(RUBY_LIB)
-qmf2.cpp: $(srcdir)/ruby.i $(srcdir)/../qmf2.i $(srcdir)/../../swig_ruby_typemaps.i
- $(SWIG) -ruby -c++ -Wall $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o qmf2.cpp $(srcdir)/ruby.i
+cqmf2.cpp: $(srcdir)/ruby.i $(srcdir)/../qmf2.i $(srcdir)/../../swig_ruby_typemaps.i
+ $(SWIG) -ruby -c++ -Wall $(INCLUDES) $(QPID_CXXFLAGS) -I/usr/include -o cqmf2.cpp $(srcdir)/ruby.i
rubylibarchdir = $(RUBY_LIB_ARCH)
-rubylibarch_LTLIBRARIES = qmf2.la
+rubylibarch_LTLIBRARIES = cqmf2.la
-qmf2_la_LDFLAGS = -avoid-version -module -shrext ".$(RUBY_DLEXT)"
-qmf2_la_LIBADD = $(RUBY_LIBS) -L$(top_builddir)/src/.libs -lqmf2 $(top_builddir)/src/libqmf2.la
-qmf2_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH)
-nodist_qmf2_la_SOURCES = qmf2.cpp
+cqmf2_la_LDFLAGS = -avoid-version -module -shrext ".$(RUBY_DLEXT)"
+cqmf2_la_LIBADD = $(RUBY_LIBS) -L$(top_builddir)/src/.libs -lqmf2 $(top_builddir)/src/libqmf2.la
+cqmf2_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH)
+nodist_cqmf2_la_SOURCES = cqmf2.cpp
-CLEANFILES = qmf2.cpp
+CLEANFILES = cqmf2.cpp
endif # HAVE_RUBY_DEVEL