From 24986e9144a20a08c59b4d84dd35fc746b00bd19 Mon Sep 17 00:00:00 2001 From: ludde Date: Fri, 29 Jul 2005 22:13:04 +0000 Subject: (svn r2756) Renamed railtypes into _railtypes Renamed railtypes.c into railtypes.h, all other tables are in .h files. (It should be in the tables dir but I couldn't figure out how to get it there without deleting it first). Added const and extern. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc11b0de2..018278c31 100644 --- a/Makefile +++ b/Makefile @@ -670,7 +670,6 @@ C_SOURCES += queue.c C_SOURCES += rail.c C_SOURCES += rail_cmd.c C_SOURCES += rail_gui.c -C_SOURCES += railtypes.c C_SOURCES += rev.c C_SOURCES += road_cmd.c C_SOURCES += road_gui.c -- cgit v1.2.3-54-g00ecf