X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=compat%2FMakefile.local;fp=compat%2FMakefile.local;h=bcb9f0ecdceb8c064357a2c54f281b97ba9e726f;hp=b0d5417f21780f01a59f11bd65d9784b89831b6d;hb=af5c3afa91cc29268c6754ea70f15cae30f22403;hpb=134dbadaf517c6962c2588f36f1f8782277e2f95 diff --git a/compat/Makefile.local b/compat/Makefile.local index b0d5417f..bcb9f0ec 100644 --- a/compat/Makefile.local +++ b/compat/Makefile.local @@ -5,6 +5,10 @@ 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