From: Anthony Liguori Date: Wed, 26 Jun 2013 13:52:14 +0000 (+0200) Subject: libqos: include dependencies X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=db2b5500c9780730b8ad09fca4a1d2de365dcbf0;p=qemu.git libqos: include dependencies Otherwise rebuilds can fail when libqos is modified. Reported-by: Markus Armbruster Signed-off-by: Anthony Liguori Signed-off-by: Markus Armbruster Message-id: 1372254743-15808-4-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori --- diff --git a/tests/Makefile b/tests/Makefile index 440fe7b051..55bfe24978 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -228,3 +228,4 @@ check-block: $(patsubst %,check-%, $(check-block-y)) check: check-unit check-qtest -include $(wildcard tests/*.d) +-include $(wildcard tests/libqos/*.d)