test/Makefile.am: Don't reference non-existant files

In commit 532cbcfbc7 '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 <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2011-04-05 19:08:31 +02:00
parent a80bf9ed43
commit b377380b7a

View file

@ -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 \