X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=compat%2FMakefile.local;h=b0d5417f21780f01a59f11bd65d9784b89831b6d;hb=6f0d54c737f6171d716d4c724319472eae8ec655;hp=13f16cd3fa30f29041f4d9e6aaab1cc19aee33d9;hpb=d43f6c00b351424e903c2f2b71c34bc5902b467e;p=notmuch diff --git a/compat/Makefile.local b/compat/Makefile.local index 13f16cd3..b0d5417f 100644 --- a/compat/Makefile.local +++ b/compat/Makefile.local @@ -13,4 +13,12 @@ ifneq ($(HAVE_STRCASESTR),1) notmuch_compat_srcs += $(dir)/strcasestr.c endif +ifneq ($(HAVE_STRSEP),1) +notmuch_compat_srcs += $(dir)/strsep.c +endif + +ifneq ($(HAVE_TIMEGM),1) +notmuch_compat_srcs += $(dir)/timegm.c +endif + SRCS := $(SRCS) $(notmuch_compat_srcs)