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 2c4f65fc..b0d5417f 100644
--- a/compat/Makefile.local
+++ b/compat/Makefile.local
@@ -17,4 +17,8 @@ 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)