From b377380b7a5fe0982d057975cd87f6b652d3b0ff Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Tue, 5 Apr 2011 19:08:31 +0200 Subject: [PATCH] test/Makefile.am: Don't reference non-existant files In commit 532cbcfbc7d1b 'Add unaligned boxes to "operator-source" test', I removed some reference images from the test suite, but I forgot to also remove these files from test/Makefile.am. This caused "make dist" to fail. Thanks to Alexandros Frantzis for noticing this. Signed-off-by: Uli Schlachter --- test/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index afe00af4a..5b7dd4e7e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -913,13 +913,8 @@ REFERENCE_IMAGES = \ operator-clear.xlib.argb32.ref.png \ operator-clear.xlib.rgb24.ref.png \ operator-source.image16.ref.png \ - operator-source.pdf.rgb24.ref.png \ - operator-source.quartz.argb32.ref.png \ - operator-source.quartz.rgb24.ref.png \ operator-source.ref.png \ operator-source.rgb24.ref.png \ - operator-source.svg12.argb32.xfail.png \ - operator-source.svg12.rgb24.xfail.png \ operator-source.xlib-fallback.ref.png \ operator-source.xlib.ref.png \ operator-source.xlib.rgb24.ref.png \