]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/extconf.rb
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / bindings / ruby / extconf.rb
index 161de5a2c7c52bb6d5130ee6db3616c36acdba1d..d914537cff1bbb502e8dd85c1f9e764eed2d1b55 100644 (file)
@@ -19,6 +19,7 @@ if not ENV['LIBNOTMUCH']
 end
 
 $LOCAL_LIBS += ENV['LIBNOTMUCH']
+$LIBS += " -ltalloc"
 
 # Create Makefile
 dir_config('notmuch')