summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-02-03 15:51:00 +0000
committerpeter1138 <peter1138@openttd.org>2006-02-03 15:51:00 +0000
commitea4c5bbd2d3e5c964a95f76cdb53777ca7aaa376 (patch)
tree1c81fe17f8ecd4773aad3c0a614d8f1759350873 /Makefile
parentb88904f345cf14a3e02313b50d81148ee9bdf6d8 (diff)
downloadopenttd-ea4c5bbd2d3e5c964a95f76cdb53777ca7aaa376.tar.xz
(svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 016258796..827363e55 100644
--- a/Makefile
+++ b/Makefile
@@ -654,6 +654,7 @@ SRCS += network_server.c
SRCS += network_udp.c
SRCS += newgrf.c
SRCS += newgrf_engine.c
+SRCS += newgrf_station.c
SRCS += news_gui.c
SRCS += npf.c
SRCS += oldloader.c
@@ -686,7 +687,6 @@ SRCS += sprite.c
SRCS += spritecache.c
SRCS += station_cmd.c
SRCS += station_gui.c
-SRCS += station_newgrf.c
SRCS += string.c
SRCS += strings.c
SRCS += subsidy_gui.c