aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
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 /test
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 'test')
-rw-r--r--test/Makefile.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.local b/test/Makefile.local
index fa2df734..4a6a4b12 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -28,6 +28,7 @@ test: all test-binaries
check: test
+SRCS := $(SRCS) $(smtp_dummy_srcs)
CLEAN := $(CLEAN) $(dir)/smtp-dummy $(dir)/smtp-dummy.o \
$(dir)/symbol-test $(dir)/symbol-test.o \
$(dir)/arg-test $(dir)/arg-test.o