From: Daniel P. Berrangé Date: Thu, 22 Feb 2018 13:32:49 +0000 (+0000) Subject: make: fix VPATH build for libvirtd augeas check X-Git-Tag: v4.1.0-rc1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2090b11898a75065aaa230113702d3574dbae67;p=thirdparty%2Flibvirt.git make: fix VPATH build for libvirtd augeas check Signed-off-by: Daniel P. Berrangé --- diff --git a/src/Makefile.am b/src/Makefile.am index b8e2cbf139..41a3cb2628 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2297,7 +2297,7 @@ check-augeas-virtlogd: test_virtlogd.aug if WITH_LIBVIRTD test_libvirtd.aug: remote/test_libvirtd.aug.in \ remote/libvirtd.conf $(AUG_GENTEST) - $(AM_V_GEN)$(AUG_GENTEST) remote/libvirtd.conf $< $@ + $(AM_V_GEN)$(AUG_GENTEST) $(srcdir)/remote/libvirtd.conf $< $@ check-augeas-libvirtd: test_libvirtd.aug $(AM_V_GEN)if test -x '$(AUGPARSE)'; then \