notmuch/bindings/ruby/extconf.rb

15 lines
362 B
Ruby
Raw Normal View History

2010-05-22 07:45:40 +02:00
#!/usr/bin/env ruby
# coding: utf-8
# Copyright 2010, 2011 Ali Polatel <alip@exherbo.org>
2010-05-22 07:45:40 +02:00
# Distributed under the terms of the GNU General Public License v3
require 'mkmf'
# Notmuch Library
find_header('notmuch.h', '../../lib')
find_library('notmuch', 'notmuch_database_create', '../../lib')
# Create Makefile
dir_config('notmuch')
create_makefile('notmuch')