From: Wen Congyang Date: Wed, 30 May 2012 02:15:13 +0000 (+0800) Subject: build: include augeas-gentest.pl into dist file X-Git-Tag: v0.9.13-rc1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23292f73895d531560c764106be7db65c2575c5a;p=thirdparty%2Flibvirt.git build: include augeas-gentest.pl into dist file We generate *.aug from *.aug.in by augeas-gentest.pl, so this script should be included in dist file. --- diff --git a/src/Makefile.am b/src/Makefile.am index 21ff661fe0..781c547193 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \