summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-11-17 18:49:55 +0000
committerdominik <dominik@openttd.org>2004-11-17 18:49:55 +0000
commit4612dcdb48a985779f418c35f01e2fb8f6931209 (patch)
tree8098b03d3ac5ae802775a1585e5b7e4952cc18f7 /Makefile
parent0f24c74b14817a370286491b9470005714091ac7 (diff)
downloadopenttd-4612dcdb48a985779f418c35f01e2fb8f6931209.tar.xz
(svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ba7a9270..64d09b0c1 100644
--- a/Makefile
+++ b/Makefile
@@ -516,7 +516,7 @@ C_SOURCES = \
ai.c ai_build.c ai_new.c ai_pathfinder.c ai_shared.c aircraft_cmd.c \
aircraft_gui.c airport.c airport_gui.c aystar.c bridge_gui.c \
clear_cmd.c command.c console.c console_cmds.c disaster_cmd.c dock_gui.c dummy_land.c economy.c \
- engine.c engine_gui.c fileio.c gfx.c graph_gui.c grfspecial.c \
+ engine.c engine_gui.c fileio.c gfx.c graph_gui.c newgrf.c \
industry_cmd.c industry_gui.c intro_gui.c landscape.c main_gui.c \
minilzo.c misc.c misc_cmd.c misc_gui.c music_gui.c namegen.c network.c \
network_gui.c news_gui.c oldloader.c order_cmd.c order_gui.c \