summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-05-18 02:43:23 +0000
committerbelugas <belugas@openttd.org>2006-05-18 02:43:23 +0000
commita102163239095d257f1dcd8bdc98864e1b08f5b6 (patch)
treef50ceeccb76f9dbc449f73b1d3f99335b55550b2 /Makefile
parent282b76a0b3683fda13eb8c413720aff957c74f8b (diff)
downloadopenttd-a102163239095d257f1dcd8bdc98864e1b08f5b6.tar.xz
(svn r4902) Newgrf : Introduction of the newgrf_cargo files.
Clearing engine and newgrf_engine from cargo related structures. Apart from moving stuff cargo related, there is nothing really newcargo for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d086d409c..90ab2b5ae 100644
--- a/Makefile
+++ b/Makefile
@@ -635,6 +635,7 @@ SRCS += network_gui.c
SRCS += network_server.c
SRCS += network_udp.c
SRCS += newgrf.c
+SRCS += newgrf_cargo.c
SRCS += newgrf_engine.c
SRCS += newgrf_spritegroup.c
SRCS += newgrf_station.c