Re: [PATCH weston] internal-screenshot-test: Make distcheck pass

2015-05-26 Thread Bryce Harrington
On Tue, May 26, 2015 at 10:21:03AM -0500, Derek Foreman wrote: > Add the output screenshot to CLEANFILES so it's properly removed on > distclean, and add the reference files and ini to EXTRA_DIST so > distcheck can find them. Good catches. > Signed-off-by: Derek Foreman Tested-by: Bryce Harringt

[PATCH weston] internal-screenshot-test: Make distcheck pass

2015-05-26 Thread Derek Foreman
Add the output screenshot to CLEANFILES so it's properly removed on distclean, and add the reference files and ini to EXTRA_DIST so distcheck can find them. Signed-off-by: Derek Foreman --- Makefile.am | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makef