[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.
This commit is contained in:
Robert Bragg 2009-08-03 15:03:19 +01:00
parent 71c4fa0f73
commit c9f57452e6

View File

@ -58,8 +58,6 @@ redhand_alpha.png:
ln -sf $(top_srcdir)/tests/data/redhand_alpha.png ln -sf $(top_srcdir)/tests/data/redhand_alpha.png
light0.png: light0.png:
ln -sf $(top_srcdir)/tests/data/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: # For convenience, this provides a way to easily run individual unit tests:
.PHONY: wrappers .PHONY: wrappers
@ -71,7 +69,7 @@ wrappers: test-interactive$(EXEEXT)
# NB: BUILT_SOURCES here a misnomer. We aren't building source, just inserting # 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 # 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 = \ INCLUDES = \
-I$(top_srcdir) \ -I$(top_srcdir) \