]> git.notmuchmail.org Git - notmuch/blob - compat/Makefile.local
17b451402fbc065c7af2c0c0577f5de9ae6a4504
[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