From fa875465d7efb910d6797869e07def88bc2e43de Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 10 Feb 2000 05:29:45 +0000 Subject: [PATCH] add host.c --- qw_client/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qw_client/Makefile.in b/qw_client/Makefile.in index 56bb6a1..14c0764 100644 --- a/qw_client/Makefile.in +++ b/qw_client/Makefile.in @@ -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