From 92f357a2ad56cd6c7706052cd1f87e7ec82ef075 Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Sat, 20 Jan 2001 05:13:52 +0000 Subject: [PATCH] locs.c should be compiled into all client targets, but NOT the server. (oops) --- source/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Makefile.am b/source/Makefile.am index 53b8e24..e3e6e75 100644 --- a/source/Makefile.am +++ b/source/Makefile.am @@ -51,7 +51,7 @@ if ASM_ARCH math_ASM = math.S sys_x86.S endif common_SOURCES= buildnum.c checksum.c cmd.c com.c crc.c cvar.c hash.c \ - info.c link.c locs.c mathlib.c mdfour.c model.c model_brush.c \ + info.c link.c mathlib.c mdfour.c model.c model_brush.c \ msg.c pmove.c pmovetst.c qargs.c qendian.c quakefs.c quakeio.c \ sizebuf.c va.c zone.c $(math_ASM) $(packetlogger) @@ -179,7 +179,7 @@ endif client_SOURCES= cl_cam.c cl_cmd.c cl_cvar.c cl_demo.c cl_ents.c cl_input.c \ cl_main.c cl_misc.c cl_parse.c cl_pred.c cl_slist.c cl_tent.c \ - console.c keys.c menu.c model_alias.c model_sprite.c nonintel.c \ + console.c keys.c locs.c menu.c model_alias.c model_sprite.c nonintel.c \ pcx.c r_view.c sbar.c skin.c teamplay.c tga.c wad.c vid.c $(client_ASM) #