]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Fix VPATH builds
authorAndrea Bolognani <abologna@redhat.com>
Thu, 12 Dec 2019 09:52:02 +0000 (10:52 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 12 Dec 2019 10:42:34 +0000 (11:42 +0100)
The CI build machinery is intentionally not handled by autotools,
so for VPATH builds - which are mandatory now - we need to make
sure we're looking into $(srcdir).

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Makefile.am

index 15df6ed68ef353716603d87a3a97a497a094669b..4edb3fdd43b0ef7dbebb90c9b5f9981fb286c49a 100644 (file)
@@ -148,4 +148,4 @@ gen-AUTHORS:
        fi
 
 ci-%:
-       $(MAKE) -C ci/ $@
+       $(MAKE) -C $(srcdir)/ci/ $@