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
commitb62887b973bb4425f4a9f86af847e39a3a1ffc27 (patch)
treeabe83980b6dfec97b5a7f8cb50bc2959e2656c88 /Makefile
parent22c06dffde8a0f9084feea64390c52591efa89c5 (diff)
downloadopenttd-b62887b973bb4425f4a9f86af847e39a3a1ffc27.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