From: Felipe Contreras Date: Mon, 20 May 2013 12:24:23 +0000 (-0500) Subject: ruby: use in-tree notmuch library X-Git-Tag: 0.16_rc1~119 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=8c3d19313e590590db3ecfe0fb7177f4f6aee023;hp=8c3d19313e590590db3ecfe0fb7177f4f6aee023;p=notmuch 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 ---