From 5c12ee4b5d942b5c9efc79922d25b1cf9934aab0 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Sun, 15 Jan 2012 15:20:42 -0500 Subject: Fix dependency generation for compat, test, and util This adds source files in compat, test, and util to SRCS so that the top-level Makefile.local will generate dependency files for them. --- compat/Makefile.local | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compat') diff --git a/compat/Makefile.local b/compat/Makefile.local index 504eb715..13f16cd3 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) -- cgit v1.2.3