]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/Makefile.local
Drop devel/printmimestructure (it is in mailscripts 0.11)
[notmuch] / bindings / Makefile.local
index 16817f5ac4322771a0181d879d8a3a069c72491b..18f958359bf0c58e23b7dee7b3c9586dcc9c29ec 100644 (file)
@@ -3,12 +3,14 @@
 dir := bindings
 
 # force the shared library to be built
-ruby-bindings: lib/libnotmuch.so
+ruby-bindings: lib/$(LINKER_NAME)
 ifeq ($(HAVE_RUBY_DEV),1)
-       cd $(dir)/ruby && ruby extconf.rb --vendor
+       cd $(dir)/ruby && \
+               EXTRA_LDFLAGS="$(NO_UNDEFINED_LDFLAGS)" \
+               LIBNOTMUCH="../../lib/$(LINKER_NAME)" \
+               NOTMUCH_SRCDIR='$(NOTMUCH_SRCDIR)' \
+               $(RUBY) extconf.rb --vendor
        $(MAKE) -C $(dir)/ruby
-else
-       @echo Missing dependency, skipping ruby bindings
 endif
 
 CLEAN += $(patsubst %,$(dir)/ruby/%, \
@@ -16,3 +18,5 @@ CLEAN += $(patsubst %,$(dir)/ruby/%, \
        Makefile database.o directory.o filenames.o\
        init.o message.o messages.o mkmf.log notmuch.so query.o \
        status.o tags.o thread.o threads.o)
+
+CLEAN += bindings/ruby/.vendorarchdir.time