aboutsummaryrefslogtreecommitdiff
path: root/compat/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'compat/Makefile.local')
-rw-r--r--compat/Makefile.local2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/Makefile.local b/compat/Makefile.local
index 504eb71..13f16cd 100644
--- a/compat/Makefile.local
+++ b/compat/Makefile.local
@@ -12,3 +12,5 @@ endif
ifneq ($(HAVE_STRCASESTR),1)
notmuch_compat_srcs += $(dir)/strcasestr.c
endif
+
+SRCS := $(SRCS) $(notmuch_compat_srcs)