diff mbox

libqos: include dependencies

Message ID 1371741109-6765-1-git-send-email-aliguori@us.ibm.com
State New
Headers show

Commit Message

Anthony Liguori June 20, 2013, 3:11 p.m. UTC
Otherwise rebuilds can fail when libqos is modified.

Reported-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
---
 tests/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Markus Armbruster June 20, 2013, 3:24 p.m. UTC | #1
Anthony Liguori <aliguori@us.ibm.com> writes:

> Otherwise rebuilds can fail when libqos is modified.
>
> Reported-by: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Tested-by: Markus Armbruster <armbru@redhat.com>

> ---
>  tests/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tests/Makefile b/tests/Makefile
> index 9a3007d..0042cf4 100644
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -227,3 +227,4 @@ check-block: $(patsubst %,check-%, $(check-block-y))
>  check: check-unit check-qtest
>  
>  -include $(wildcard tests/*.d)
> +-include $(wildcard tests/libqos/*.d)

Top-level Makefile also has the line

-include $(wildcard *.d tests/*.d)

Why is it not necessary to change that file, too?
diff mbox

Patch

diff --git a/tests/Makefile b/tests/Makefile
index 9a3007d..0042cf4 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -227,3 +227,4 @@  check-block: $(patsubst %,check-%, $(check-block-y))
 check: check-unit check-qtest
 
 -include $(wildcard tests/*.d)
+-include $(wildcard tests/libqos/*.d)