diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-01-11 16:40:21 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-01-11 16:40:21 +0000 |
| commit | 7a3841889a648eac5f57305c80f1f25a01a115ee (patch) | |
| tree | 2945bb58048a9e8bb16f7b1abf2efec92c688bed | |
| parent | db22374208796cbd1504640edca2b5bb6f083803 (diff) | |
| download | qpid-python-7a3841889a648eac5f57305c80f1f25a01a115ee.tar.gz | |
put ruby wrapper into ruby sitelib
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@897931 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | extras/sasl/ruby/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/sasl/ruby/Makefile.am b/extras/sasl/ruby/Makefile.am index 7112a647dc..da64239323 100644 --- a/extras/sasl/ruby/Makefile.am +++ b/extras/sasl/ruby/Makefile.am @@ -30,7 +30,8 @@ $(generated_file_list): ruby.i $(top_srcdir)/src/saslwrapper.i $(SWIG) -c++ -ruby -Wall -I/usr/include $(INCLUDES) -o saslwrapper.cpp $(srcdir)/ruby.i rubylibdir = $(RUBY_LIB) -lib_LTLIBRARIES = saslwrapper.la +rubylibarchdir = $(RUBY_LIB_ARCH) +rubylibarch_LTLIBRARIES = saslwrapper.la saslwrapper_la_LDFLAGS = -avoid-version -module -shared ".$(RUBY_DLEXT)" saslwrapper_la_LIBADD = $(RUBY_LIBS) $(top_builddir)/src/libsaslwrapper.la -lsasl2 |
