]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
make: fix VPATH build for libvirtd augeas check
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 Feb 2018 13:32:49 +0000 (13:32 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 Feb 2018 13:33:26 +0000 (13:33 +0000)
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/Makefile.am

index b8e2cbf13901b4d21aa26c42501ad46c9db333e6..41a3cb26286df8d5dfa7215a0673656f730aa26a 100644 (file)
@@ -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 \