From 4017ec927f570a85c1d6b9f2fa0d314aa6ddd90b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 29 Feb 2012 15:24:35 +0800 Subject: [PATCH] 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" --- tests/Makefile.am | 1 - 1 file changed, 1 deletion(-) 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 \ -- GitLab