From b397f5532770f11e82d1a3de07ae09b937747fea Mon Sep 17 00:00:00 2001 From: Dabb Date: Mon, 15 Jan 2001 16:56:07 +0000 Subject: [PATCH] Added --enable-packetlog. --- source/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/Makefile.am b/source/Makefile.am index 1dc9648..d6662bd 100644 --- a/source/Makefile.am +++ b/source/Makefile.am @@ -43,13 +43,17 @@ EXTRA_PROGRAMS= qf-server \ noinst_LIBRARIES= libqfcd.a libqfjs.a libqfnet.a libqfsnd.a libqfsys_cl.a libqfsys_sv.a +if PACKETLOG +packetlogger = net_packetlog.c +endif + 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 \ msg.c pmove.c pmovetst.c qargs.c qendian.c quakefs.c quakeio.c \ - sizebuf.c va.c zone.c $(math_ASM) + sizebuf.c va.c zone.c $(math_ASM) $(packetlogger) # # ... Network type