From 326dc35b41c1088cbf351c05fe5855f5ec57e7ec Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 17 Oct 2001 23:22:04 +0000 Subject: [PATCH] oops, that didn't work so well for 1.5 --- source/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/Makefile.am b/source/Makefile.am index c5996e0..ae69b75 100644 --- a/source/Makefile.am +++ b/source/Makefile.am @@ -177,11 +177,7 @@ endif libqfjs_a_CFLAGS= $(JOY_CFLAGS) EXTRA_libqfjs_a_SOURCES= joy_linux.c joy_win.c joy_null.c -if SYSTYPE_WIN32 CLIENT_LIBS= -L. -lqfnet -lqfsys_cl -lqfsnd -lqfcd -lqfjs $(SOUND_LIBS) $(NET_LIBS) $(CD_LIBS) $(JOY_LIBS) $(Z_LIBS) -else -CLIENT_LIBS= -L. -lqfnet -lqfsnd -lqfcd -lqfjs $(SOUND_LIBS) $(NET_LIBS) $(CD_LIBS) $(JOY_LIBS) $(Z_LIBS) -endif if ASM_ARCH client_ASM= snd_mixa.S cl_math.S