aboutsummaryrefslogtreecommitdiffhomepage
path: root/compat/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'compat/Makefile.local')
-rw-r--r--compat/Makefile.local4
1 files changed, 4 insertions, 0 deletions
diff --git a/compat/Makefile.local b/compat/Makefile.local
index 50f6cd19..653fc710 100644
--- a/compat/Makefile.local
+++ b/compat/Makefile.local
@@ -8,3 +8,7 @@ notmuch_compat_srcs :=
ifneq ($(HAVE_GETLINE),1)
notmuch_compat_srcs += $(dir)/getline.c $(dir)/getdelim.c
endif
+
+ifneq ($(HAVE_STRCASESTR),1)
+notmuch_compat_srcs += $(dir)/strcasestr.c
+endif