X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=compat%2FMakefile.local;h=2ee1b3996f23f17ca980affdf1bf8cbae763029e;hp=bcb9f0ecdceb8c064357a2c54f281b97ba9e726f;hb=HEAD;hpb=c3a683299d4c27d6eadaacf4fb516f73a6c69fc3 diff --git a/compat/Makefile.local b/compat/Makefile.local index bcb9f0ec..c58ca746 100644 --- a/compat/Makefile.local +++ b/compat/Makefile.local @@ -1,14 +1,10 @@ -# -*- makefile -*- +# -*- makefile-gmake -*- dir := compat extra_cflags += -I$(srcdir)/$(dir) notmuch_compat_srcs := -ifneq ($(HAVE_CANONICALIZE_FILE_NAME),1) -notmuch_compat_srcs += $(dir)/canonicalize_file_name.c -endif - ifneq ($(HAVE_GETLINE),1) notmuch_compat_srcs += $(dir)/getline.c $(dir)/getdelim.c endif