diff options
| author | Ted Ross <tross@apache.org> | 2011-05-25 14:28:41 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-05-25 14:28:41 +0000 |
| commit | 3c15c07d5e8507102b6f1c79b67d2ada02c4900d (patch) | |
| tree | 3a81e6fcc3a4000afc817b0d73c4c4f7a0c8f845 /cpp/bindings/qmf/ruby | |
| parent | 8903b7d9dbc9637d137fbb55fc66dd97f9805f73 (diff) | |
| download | qpid-python-3c15c07d5e8507102b6f1c79b67d2ada02c4900d.tar.gz | |
NO-JIRA - Makefile cleanup for wrapped bindings
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1127542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf/ruby')
| -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 395d64ff90..de8c4d10d5 100644 --- a/cpp/bindings/qmf/ruby/Makefile.am +++ b/cpp/bindings/qmf/ruby/Makefile.am @@ -35,7 +35,7 @@ qmfengine.cpp: $(srcdir)/ruby.i $(srcdir)/../qmfengine.i rubylibarchdir = $(RUBY_LIB_ARCH) rubylibarch_LTLIBRARIES = qmfengine.la -qmfengine_la_LDFLAGS = -avoid-version -module -shrext ".$(RUBY_DLEXT)" +qmfengine_la_LDFLAGS = -avoid-version -module -shared -shrext ".$(RUBY_DLEXT)" qmfengine_la_LIBADD = $(RUBY_LIBS) -L$(top_builddir)/src/.libs -lqpidclient $(top_builddir)/src/libqmfengine.la qmfengine_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH) -fno-strict-aliasing nodist_qmfengine_la_SOURCES = qmfengine.cpp |
