enable WEBCLIENT in dedicated servers.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4876 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2015-05-16 15:57:04 +00:00
parent d6bf654215
commit d5dbdff1d1
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,6 @@ CLIENT_OBJS = \
wad.o \
\
ftpclient.o \
httpclient.o \
\
\
pr_menu.o
@ -656,6 +655,7 @@ COMMON_OBJS = \
net_chan.o \
net_wins.o \
net_ice.o \
httpclient.o \
zone.o \
qvm.o \
r_d3.o \