]> git.notmuchmail.org Git - notmuch/blob - bindings/ruby/extconf.rb
ccac609ce6a1b63ccacabad5e2b6e25d1f829dbd
[notmuch] / bindings / ruby / extconf.rb
1 #!/usr/bin/env ruby
2 # coding: utf-8
3 # Copyright 2010, 2011 Ali Polatel <alip@exherbo.org>
4 # Distributed under the terms of the GNU General Public License v3
5
6 require 'mkmf'
7
8 # Notmuch Library
9 find_header('notmuch.h', '../../lib')
10 find_library('notmuch', 'notmuch_database_create', '../../lib')
11
12 # Create Makefile
13 dir_config('notmuch')
14 create_makefile('notmuch')