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
commit0e79314353e7cf50677125c362835aabc475631c (patch)
treefca8d0b096bbb58854b3d8bb840a8213aa9f8395 /Makefile
parent5221f35182beb396615dc8bcd2e902828a83aa65 (diff)
downloadopenttd-0e79314353e7cf50677125c362835aabc475631c.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 \