summaryrefslogtreecommitdiff
path: root/Makefile.grf.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-20 12:52:45 +0000
committerrubidium <rubidium@openttd.org>2011-08-20 12:52:45 +0000
commite8a9bb3c0d4d906e7ea140f23cb0d474995799ef (patch)
tree3a751a461937dde84e6c88e470c8b9f7bea1137a /Makefile.grf.in
parentb102b58bde877c389e1f2ca775809fcf1a9fb0fb (diff)
downloadopenttd-e8a9bb3c0d4d906e7ea140f23cb0d474995799ef.tar.xz
(svn r22766) -Add: river graphics for the original base set (andythenorth)
Diffstat (limited to 'Makefile.grf.in')
-rw-r--r--Makefile.grf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.grf.in b/Makefile.grf.in
index 196c11f0f..a70b3072b 100644
--- a/Makefile.grf.in
+++ b/Makefile.grf.in
@@ -42,8 +42,8 @@ NFORENUM := $(shell [ `nforenum -s -v 2>/dev/null | wc -l ` -eq 1 ] && echo "nfo
MD5SUM := $(shell [ "$(OS)" = "OSX" ] && echo "md5 -r" || echo "md5sum")
# Some "should not be changed" settings.
-NFO_FILES := $(GRF_DIR)/*.nfo
-PNG_FILES := $(GRF_DIR)/*.png
+NFO_FILES := $(GRF_DIR)/*.nfo $(GRF_DIR)/rivers/*.nfo
+PNG_FILES := $(GRF_DIR)/*.png $(GRF_DIR)/rivers/*.png
# Build the GRF.
all: $(BIN_DIR)/openttd.grf