summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-04 14:27:54 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-04 14:27:54 +0000
commitc7d3d996bf34218aa83764b055e9a3463d624308 (patch)
treeeb735610b291d04eb8d084378a46cf3e14de30d6 /Makefile
parent9a87e1e0ea23e4ca76ebc1b2d9bcc08110d5a674 (diff)
downloadopenttd-c7d3d996bf34218aa83764b055e9a3463d624308.tar.xz
(svn r7357) -Codechange: new NewGRF set up window which allows modification of NewGRF settings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index debabfffc..f80d708ff 100644
--- a/Makefile
+++ b/Makefile
@@ -735,6 +735,7 @@ SRCS += newgrf.c
SRCS += newgrf_cargo.c
SRCS += newgrf_config.c
SRCS += newgrf_engine.c
+SRCS += newgrf_gui.c
SRCS += newgrf_sound.c
SRCS += newgrf_spritegroup.c
SRCS += newgrf_station.c