summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4e03dcdf9..cd155a6f1 100644
--- a/Makefile
+++ b/Makefile
@@ -639,6 +639,7 @@ SRCS += aircraft_gui.c
SRCS += airport.c
SRCS += airport_gui.c
SRCS += aystar.c
+SRCS += bmp.c
SRCS += bridge_gui.c
SRCS += bridge_map.c
SRCS += callback_table.c
@@ -661,9 +662,12 @@ SRCS += engine.c
SRCS += engine_gui.c
SRCS += fileio.c
SRCS += fios.c
+SRCS += genworld.c
+SRCS += genworld_gui.c
SRCS += gfx.c
SRCS += gfxinit.c
SRCS += graph_gui.c
+SRCS += heightmap.c
SRCS += industry_cmd.c
SRCS += industry_gui.c
SRCS += intro_gui.c
@@ -732,6 +736,7 @@ SRCS += strings.c
SRCS += subsidy_gui.c
SRCS += terraform_gui.c
SRCS += texteff.c
+SRCS += tgp.c
SRCS += thread.c
SRCS += tile.c
SRCS += town_cmd.c