]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/Makefile.local
Merge branch 'release'
[notmuch] / bindings / Makefile.local
index 4ecf839d7c18138281c7894ce7274b2f52700139..17b561caac52dfc17a1f4fc9e56758b32dbb25fd 100644 (file)
@@ -8,10 +8,9 @@ ifeq ($(HAVE_RUBY_DEV),1)
        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/%, \