From: Richard Russon Date: Tue, 27 Mar 2018 17:43:01 +0000 (+0100) Subject: build: fix dependencies for test dir X-Git-Tag: neomutt-20180512~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d0b58d0444ec99c2eeff6dc1c6ae866df991776;p=neomutt build: fix dependencies for test dir --- diff --git a/test/Makefile.autosetup b/test/Makefile.autosetup index 541e88b32..f499a0f4e 100644 --- a/test/Makefile.autosetup +++ b/test/Makefile.autosetup @@ -21,4 +21,6 @@ clean-test: install-test: uninstall-test: +-include $(TEST_OBJS:.o=.Po) + # vim: set ts=8 noexpandtab: