From c9f57452e60c89c0b046def2f1787773545244df Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Mon, 3 Aug 2009 15:03:19 +0100 Subject: [PATCH] [build] remove reference to light1.png in tests/interactive/Makefile.am This file doesn't exist in the repo and isn't referenced by any unit tests. --- tests/interactive/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index 96450e484..58b67cdb6 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -58,8 +58,6 @@ redhand_alpha.png: ln -sf $(top_srcdir)/tests/data/redhand_alpha.png light0.png: ln -sf $(top_srcdir)/tests/data/light0.png -light1.png: - ln -sf $(top_srcdir)/tests/data/light1.png # For convenience, this provides a way to easily run individual unit tests: .PHONY: wrappers @@ -71,7 +69,7 @@ wrappers: test-interactive$(EXEEXT) # NB: BUILT_SOURCES here a misnomer. We aren't building source, just inserting # a phony rule that will generate symlink scripts for running individual tests -BUILT_SOURCES = wrappers redhand.png redhand_alpha.png light0.png light1.png test-script.json +BUILT_SOURCES = wrappers redhand.png redhand_alpha.png light0.png test-script.json INCLUDES = \ -I$(top_srcdir) \