From 10460d1bc7dab94e84c5fbbde221c3d20f9e263b Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 25 Mar 2015 18:23:39 +0000 Subject: Add Tracks to the automake makefile's "install" target. Each game's .R file should append the binary to $(GAMES) in both the 'am' and 'gtk' makefiles, but presumably due to copy-and-paste from an out-of-date version, tracks.R only did 'gtk'. Also clarified CHECKLST.txt in the hope that I won't miss that again. --- tracks.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracks.R') diff --git a/tracks.R b/tracks.R index 5adcf01..1535944 100644 --- a/tracks.R +++ b/tracks.R @@ -8,7 +8,7 @@ tracks : [G] WINDOWS COMMON tracks TRACKS_EXTRA tracks.res|noicon.res ALL += tracks[COMBINED] TRACKS_EXTRA -!begin gtk +!begin am gtk GAMES += tracks !end -- cgit v1.1