X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=compat%2FMakefile.local;fp=compat%2FMakefile.local;h=2c4f65fc63aa523773fbac9f5523bf87a4c383bf;hp=13f16cd3fa30f29041f4d9e6aaab1cc19aee33d9;hb=43843745dcbf31e96f447410e335a8d2aa21b00d;hpb=49a0b96486242ca4fc4d26e5b01a34e9df7a9f9f 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)