From: Guido Günther Date: Thu, 26 Sep 2013 11:27:18 +0000 (+0200) Subject: Distribute check-aclperms.pl X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=40942b788e8d7111ec6057b32ed309e8f104e137;p=libvirt.git Distribute check-aclperms.pl so "make check" can work for the distributed tarballs too. --- diff --git a/src/Makefile.am b/src/Makefile.am index 4375ef7835..4057eda237 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -533,7 +533,7 @@ check-aclperms: $(srcdir)/access/viraccessperm.h \ $(srcdir)/access/viraccessperm.c -EXTRA_DIST += check-driverimpls.pl check-aclrules.pl +EXTRA_DIST += check-driverimpls.pl check-aclrules.pl check-aclperms.pl check-local: check-protocol check-symfile check-symsorting \ check-drivername check-driverimpls check-aclrules \