summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-12 16:04:32 +0000
committertruelight <truelight@openttd.org>2004-12-12 16:04:32 +0000
commitb50b664f36a6362d6fe8f1be374617089b21f4ba (patch)
treefca8d0b096bbb58854b3d8bb840a8213aa9f8395 /Makefile
parent88827672ec6fbeea2d91a956d038ffb4ac4df8cf (diff)
downloadopenttd-b50b664f36a6362d6fe8f1be374617089b21f4ba.tar.xz
(svn r1026) -Add: [Network] Added unique id, so in network, each client has an
unique id (generated via md5)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f19dc0223..970a1635b 100644
--- a/Makefile
+++ b/Makefile
@@ -549,7 +549,7 @@ C_SOURCES = \
callback_table.c clear_cmd.c command.c console.c console_cmds.c \
dedicated.c disaster_cmd.c dock_gui.c dummy_land.c economy.c \
engine.c engine_gui.c fileio.c gfx.c graph_gui.c newgrf.c \
- industry_cmd.c industry_gui.c intro_gui.c landscape.c main_gui.c \
+ industry_cmd.c industry_gui.c intro_gui.c landscape.c main_gui.c md5.c \
minilzo.c misc.c misc_cmd.c misc_gui.c music_gui.c namegen.c network.c \
network_client.c network_data.c network_gamelist.c network_gui.c \
network_server.c network_udp.c news_gui.c oldloader.c order_cmd.c \