X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=compat%2FMakefile.local;fp=compat%2FMakefile.local;h=ccc59aefdf2517e1db94ca91c7ac0c55a23111d5;hp=0000000000000000000000000000000000000000;hb=880b21a097104bee5f50a444c5130695d143fd8a;hpb=7fd7611b23ad33ed8bb7db44916cb03bbc2c47c1 diff --git a/compat/Makefile.local b/compat/Makefile.local new file mode 100644 index 00000000..ccc59aef --- /dev/null +++ b/compat/Makefile.local @@ -0,0 +1,8 @@ +dir=compat +extra_cflags += -I$(dir) + +notmuch_compat_srcs = + +ifneq ($(HAVE_GETLINE),1) +notmuch_compat_srcs += $(dir)/getline.c $(dir)/getdelim.c +endif