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