aboutsummaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-01-15 15:20:42 -0500
committerGravatar David Bremner <bremner@debian.org>2012-01-19 09:19:12 -0400
commit5c12ee4b5d942b5c9efc79922d25b1cf9934aab0 (patch)
treea3c6729f6ae24e35700b41f89753119a8b24f7a0 /compat
parentedd25db019ada82b2c7499fce337dbed033205cf (diff)
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.
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.local2
1 files changed, 2 insertions, 0 deletions
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)