aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-22 22:21:56 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-22 22:21:56 +0000
commitf530c9e84b381e7ee6334efd907ec4f30bc02eab (patch)
tree039cb7da404774e596b75fa22d664dce7a188702 /Makefile
parent005094d39f4371eb7fa09671ab6b067c0caf0c22 (diff)
downloadioquake3-aero-f530c9e84b381e7ee6334efd907ec4f30bc02eab.tar.gz
ioquake3-aero-f530c9e84b381e7ee6334efd907ec4f30bc02eab.zip
* cl_guid for semi-reliable server authentication (from tjw)
git-svn-id: svn://svn.icculus.org/quake3/trunk@720 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8fa30aa..b8aa4a5 100644
--- a/Makefile
+++ b/Makefile
@@ -779,6 +779,7 @@ Q3OBJ = \
$(B)/client/cvar.o \
$(B)/client/files.o \
$(B)/client/md4.o \
+ $(B)/client/md5.o \
$(B)/client/msg.o \
$(B)/client/net_chan.o \
$(B)/client/huffman.o \
@@ -1029,6 +1030,7 @@ $(B)/client/common.o : $(CMDIR)/common.c; $(DO_CC)
$(B)/client/cvar.o : $(CMDIR)/cvar.c; $(DO_CC)
$(B)/client/files.o : $(CMDIR)/files.c; $(DO_CC)
$(B)/client/md4.o : $(CMDIR)/md4.c; $(DO_CC)
+$(B)/client/md5.o : $(CMDIR)/md5.c; $(DO_CC)
$(B)/client/msg.o : $(CMDIR)/msg.c; $(DO_CC)
$(B)/client/net_chan.o : $(CMDIR)/net_chan.c; $(DO_CC)
$(B)/client/huffman.o : $(CMDIR)/huffman.c; $(DO_CC)