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/qpid/ruby/Makefile.am | |
| 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/qpid/ruby/Makefile.am')
| -rw-r--r-- | cpp/bindings/qpid/ruby/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qpid/ruby/Makefile.am b/cpp/bindings/qpid/ruby/Makefile.am index d92eb969de..a2a5dd76bd 100644 --- a/cpp/bindings/qpid/ruby/Makefile.am +++ b/cpp/bindings/qpid/ruby/Makefile.am @@ -33,7 +33,7 @@ cqpid.cpp: $(srcdir)/ruby.i $(srcdir)/../qpid.i $(srcdir)/../../swig_ruby_typema rubylibarchdir = $(RUBY_LIB_ARCH) rubylibarch_LTLIBRARIES = cqpid.la -cqpid_la_LDFLAGS = -avoid-version -module -shrext ".$(RUBY_DLEXT)" +cqpid_la_LDFLAGS = -avoid-version -module -shared -shrext ".$(RUBY_DLEXT)" cqpid_la_LIBADD = $(RUBY_LIBS) -L$(top_builddir)/src/.libs -lqpidmessaging -lqpidtypes \ $(top_builddir)/src/libqpidmessaging.la $(top_builddir)/src/libqpidtypes.la cqpid_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH) -fno-strict-aliasing |
