qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v4 03/12] libqos: include dependencies


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH v4 03/12] libqos: include dependencies
Date: Wed, 26 Jun 2013 15:52:14 +0200

From: Anthony Liguori <address@hidden>

Otherwise rebuilds can fail when libqos is modified.

Reported-by: Markus Armbruster <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>
---
 tests/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/Makefile b/tests/Makefile
index 394e029..34a2325 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -224,3 +224,4 @@ check-block: $(patsubst %,check-%, $(check-block-y))
 check: check-unit check-qtest
 
 -include $(wildcard tests/*.d)
+-include $(wildcard tests/libqos/*.d)
-- 
1.7.11.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]