]> git.notmuchmail.org Git - notmuch/blob - compat/Makefile.local
merge changes from upstream
[notmuch] / compat / Makefile.local
1 dir=compat
2 extra_cflags += -I$(dir)
3
4 notmuch_compat_srcs =
5
6 ifneq ($(HAVE_GETLINE),1)
7 notmuch_compat_srcs += $(dir)/getline.c $(dir)/getdelim.c
8 endif