]> git.notmuchmail.org Git - notmuch/commit
ruby: use in-tree notmuch library
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 20 May 2013 12:24:23 +0000 (07:24 -0500)
committerDavid Bremner <bremner@debian.org>
Thu, 23 May 2013 11:15:20 +0000 (08:15 -0300)
commit8c3d19313e590590db3ecfe0fb7177f4f6aee023
tree2fdb1f960ed5390d34f1260312644a2eccbbea7a
parent68720286ebc5bf53c2b89a3486b7fcd691443783
ruby: use in-tree notmuch library

Currently it simply finds any library available, and if notmuch is
installed in the system, it would give priority to that library.

Let's implement our own helper functions to link directly to the local
library, and give priority to the local header file.

Also, add an option to properly check if there are missing symbols.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
bindings/ruby/extconf.rb