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 | b494bf0e10c349e2cb391067a2c7b35a02e93b31 (patch) | |
| tree | 3a81e6fcc3a4000afc817b0d73c4c4f7a0c8f845 /cpp/bindings/qmf2/ruby | |
| parent | 03bec26232566a169ca7755bc0e48953c2a8a2d8 (diff) | |
| download | qpid-python-b494bf0e10c349e2cb391067a2c7b35a02e93b31.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/qmf2/ruby')
| -rw-r--r-- | cpp/bindings/qmf2/ruby/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf2/ruby/Makefile.am b/cpp/bindings/qmf2/ruby/Makefile.am index 8e11a204b2..97bbc6f385 100644 --- a/cpp/bindings/qmf2/ruby/Makefile.am +++ b/cpp/bindings/qmf2/ruby/Makefile.am @@ -34,7 +34,7 @@ rubylibarchdir = $(RUBY_LIB_ARCH) rubylibarch_LTLIBRARIES = cqmf2.la dist_rubylib_DATA = qmf2.rb -cqmf2_la_LDFLAGS = -avoid-version -module -shrext ".$(RUBY_DLEXT)" +cqmf2_la_LDFLAGS = -avoid-version -module -shared -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) -fno-strict-aliasing nodist_cqmf2_la_SOURCES = cqmf2.cpp |
