aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.local')
-rw-r--r--test/Makefile.local8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/Makefile.local b/test/Makefile.local
index 7b602bcf..8eb04330 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -2,7 +2,13 @@
dir := test
-$(dir)/smtp-dummy: $(dir)/smtp-dummy.c
+smtp_dummy_srcs = \
+ $(notmuch_compat_srcs) \
+ $(dir)/smtp-dummy.c
+
+smtp_dummy_modules = $(smtp_dummy_srcs:.c=.o)
+
+$(dir)/smtp-dummy: $(smtp_dummy_modules)
$(call quiet,CC) $^ -o $@
.PHONY: test check