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 13f16cd3..2c4f65fc 100644
--- a/compat/Makefile.local
+++ b/compat/Makefile.local
@@ -13,4 +13,8 @@ ifneq ($(HAVE_STRCASESTR),1)
notmuch_compat_srcs += $(dir)/strcasestr.c
endif
+ifneq ($(HAVE_STRSEP),1)
+notmuch_compat_srcs += $(dir)/strsep.c
+endif
+
SRCS := $(SRCS) $(notmuch_compat_srcs)