summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-06 14:59:54 +0000
committertron <tron@openttd.org>2005-08-06 14:59:54 +0000
commitbaca040df07df8d02e342ae1fbc2357b2e116062 (patch)
treeabe83980b6dfec97b5a7f8cb50bc2959e2656c88 /Makefile
parent4f15ada6cdd2b322f8f2b7a0ad41be7c2cda1192 (diff)
downloadopenttd-baca040df07df8d02e342ae1fbc2357b2e116062.tar.xz
(svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 49a52f2da..8eefe09f9 100644
--- a/Makefile
+++ b/Makefile
@@ -591,6 +591,7 @@ C_SOURCES += clear_cmd.c
C_SOURCES += command.c
C_SOURCES += console.c
C_SOURCES += console_cmds.c
+C_SOURCES += currency.c
C_SOURCES += debug.c
C_SOURCES += dedicated.c
C_SOURCES += depot.c