From db2b5500c9780730b8ad09fca4a1d2de365dcbf0 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 26 Jun 2013 15:52:14 +0200 Subject: [PATCH] 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 --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index 440fe7b051e..55bfe249785 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) -- 2.39.5