X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FMakefile.local;h=8eb0433098b20958e42d6831e5bcc4e3e6e5af6d;hp=7b602bcf88fadfb35fdc50377f62c7a90f513d59;hb=7058ac2bbe426daeb6c0c7a6f65f4b0e14f8ceb2;hpb=44ea57a0d10ddab514abea319c4d25ec4e36b51e 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