]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: include augeas-gentest.pl into dist file
authorWen Congyang <wency@cn.fujitsu.com>
Wed, 30 May 2012 02:15:13 +0000 (10:15 +0800)
committerEric Blake <eblake@redhat.com>
Wed, 30 May 2012 15:56:31 +0000 (09:56 -0600)
We generate *.aug from *.aug.in by augeas-gentest.pl, so this script
should be included in dist file.

src/Makefile.am

index 21ff661fe02c6552e5e69cfd9f87eb0bdd428931..781c54719312a84d211a664d6bf1be3ff54b065b 100644 (file)
@@ -1120,6 +1120,7 @@ check-local: check-augeas
 check-augeas: check-augeas-qemu check-augeas-lxc check-augeas-sanlock
 
 AUG_GENTEST = $(PERL) $(top_srcdir)/build-aux/augeas-gentest.pl
+EXTRA_DIST += $(top_srcdir)/build-aux/augeas-gentest.pl
 
 if WITH_QEMU
 test_libvirtd_qemu.aug: qemu/test_libvirtd_qemu.aug.in \