add host.c

This commit is contained in:
Bill Currie 2000-02-10 05:29:45 +00:00
parent eef00e39f3
commit fa875465d7
1 changed files with 2 additions and 2 deletions

View File

@ -162,8 +162,8 @@ SW_REND_SRC = screen.c $(SWREND_SRC_PLAT) draw.c \
# Client source files
CL_SRC = cl_demo.c cl_input.c cl_main.c cl_parse.c cl_tent.c
QW_CL_SRC = cl_cam.c cl_ents.c cl_pred.c
CL_SRC = cl_demo.c cl_input.c cl_main.c cl_parse.c cl_tent.c
QW_CL_SRC = cl_cam.c cl_ents.c cl_pred.c host.c
CL_GUI_SRC= console.c sbar.c view.c keys.c menu.c
# Server source files