3 # Copyright 2010, 2011, 2012 Ali Polatel <alip@exherbo.org>
4 # Distributed under the terms of the GNU General Public License v3
8 dir = File.join(ENV['NOTMUCH_SRCDIR'], 'lib')
11 $INCFLAGS = "-I#{dir} #{$INCFLAGS}"
13 if ENV['EXTRA_LDFLAGS']
14 $LDFLAGS += " " + ENV['EXTRA_LDFLAGS']
17 if not ENV['LIBNOTMUCH']
21 $LOCAL_LIBS += ENV['LIBNOTMUCH']
26 create_makefile('notmuch')