summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-01-12 11:21:28 +0000
committertruelight <truelight@openttd.org>2005-01-12 11:21:28 +0000
commit97dd511971f00a2affaa8d17bb7d0d6c3e13f206 (patch)
tree23a6d3557feb58903656bb5447653052cda86af7 /Makefile
parent38b0a06d85d534516d6252119e967f1ec1142baf (diff)
downloadopenttd-97dd511971f00a2affaa8d17bb7d0d6c3e13f206.tar.xz
(svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it for
dynamic arrays
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e98f1c88..8d20ada64 100644
--- a/Makefile
+++ b/Makefile
@@ -613,6 +613,7 @@ C_SOURCES += settings.c
C_SOURCES += settings_gui.c
C_SOURCES += ship_cmd.c
C_SOURCES += ship_gui.c
+C_SOURCES += signs.c
C_SOURCES += smallmap_gui.c
C_SOURCES += sound.c
C_SOURCES += sprite.c