summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-02-01 18:30:11 +0000
committertruelight <truelight@openttd.org>2005-02-01 18:30:11 +0000
commit567224e94089f26e0c64aa37c7c40937285fb8fa (patch)
tree35f04fe054bc30ef92e351bf9b71b916a1236a55 /Makefile
parent45beed1c99fb4cd8fb3cb1c893a1ea56a7284759 (diff)
downloadopenttd-567224e94089f26e0c64aa37c7c40937285fb8fa.tar.xz
(svn r1763) -Add: pool.c / pool.h: generalized routines for dynamic arrays (MemoryPools)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8dd99a1db..17db2409d 100644
--- a/Makefile
+++ b/Makefile
@@ -600,6 +600,7 @@ C_SOURCES += order_gui.c
C_SOURCES += pathfind.c
C_SOURCES += player_gui.c
C_SOURCES += players.c
+C_SOURCES += pool.c
C_SOURCES += queue.c
C_SOURCES += rail_cmd.c
C_SOURCES += rail_gui.c