From: Daniel Veillard Date: Wed, 29 Feb 2012 07:24:35 +0000 (+0800) Subject: Do not include binaries in EXTRA_DIST X-Git-Tag: v0.9.11-rc1~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4017ec927f570a85c1d6b9f2fa0d314aa6ddd90b;p=thirdparty%2Flibvirt.git Do not include binaries in EXTRA_DIST commit f27f616ff899732fe90ce1f0f4abb3887cea5e17 broke "make dist" by adding qemumonitortest which is a generated binary to the EXTRA_DIST, hence breaking "make dist" --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 3e505a5592..0c8cf376bc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -72,7 +72,6 @@ EXTRA_DIST = \ nwfilterxml2xmlout \ oomtrace.pl \ qemuhelpdata \ - qemumonitortest \ qemuxml2argvdata \ qemuxml2xmloutdata \ qemuxmlnsdata \