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 | 8d507066084d55e9a79f082d22651a55dfba88f2 (patch) | |
| tree | ec950086fbb4801c677cc15c955f2acf09f63f35 | |
| parent | fd6d92c5fb399654fe65fb16d083c785f88dadb9 (diff) | |
| download | qpid-python-8d507066084d55e9a79f082d22651a55dfba88f2.tar.gz | |
put ruby wrapper into ruby sitelib
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@897931 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/extras/sasl/ruby/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/extras/sasl/ruby/Makefile.am b/qpid/extras/sasl/ruby/Makefile.am index 7112a647dc..da64239323 100644 --- a/qpid/extras/sasl/ruby/Makefile.am +++ b/qpid/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 |
