]> git.notmuchmail.org Git - notmuch/blobdiff - compat/Makefile.local
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / compat / Makefile.local
index bcb9f0ecdceb8c064357a2c54f281b97ba9e726f..c58ca746c5dd8f954d62b652c14df9c65d14078c 100644 (file)
@@ -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