X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=compat%2FMakefile.local;fp=compat%2FMakefile.local;h=c58ca746c5dd8f954d62b652c14df9c65d14078c;hp=2ee1b3996f23f17ca980affdf1bf8cbae763029e;hb=441a327051f5357175029709030a0ee51131379d;hpb=62f03b6ab86bdc378198f9c1a86cb51ead289961 diff --git a/compat/Makefile.local b/compat/Makefile.local index 2ee1b399..c58ca746 100644 --- a/compat/Makefile.local +++ b/compat/Makefile.local @@ -5,10 +5,6 @@ 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