3 # Copyright 2010, 2011, 2012 Ali Polatel <alip@exherbo.org>
4 # Distributed under the terms of the GNU General Public License v3
8 $INCFLAGS = "#{ENV['EXTRA_INCFLAGS']} #{$INCFLAGS}"
9 $LDFLAGS = "#{ENV['EXTRA_LDFLAGS']} #{$LDFLAGS}"
11 if not ENV['LIBNOTMUCH']
15 $LOCAL_LIBS = ENV['LIBNOTMUCH']
19 create_makefile('notmuch')