From a918790c2db8a6cffc3b059d32315a64810da588 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 5 Jul 2002 07:05:52 +0000 Subject: [PATCH] evil hack, but this gets around the issue of libQFcsqc wanting the renderer --- qw/source/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qw/source/Makefile.am b/qw/source/Makefile.am index af0d4eab4..9682beda8 100644 --- a/qw/source/Makefile.am +++ b/qw/source/Makefile.am @@ -78,11 +78,11 @@ endif server_sources= crudefile.c sv_ccmds.c sv_cvar.c sv_ents.c \ sv_init.c sv_main.c sv_model.c sv_move.c \ sv_nchan.c sv_phys.c sv_pr_cmds.c sv_progs.c sv_send.c \ - sv_user.c world.c $(syssv_SRC) + sv_user.c world.c $(syssv_SRC) \ + $(top_srcdir)/libs/gamecode/builtins/bi_cmd.c qf_server_LIBS= \ $(SERVER_PLUGIN_STATIC_LIBS) \ - $(top_builddir)/libs/gamecode/builtins/libQFcsqc.la \ $(top_builddir)/libs/models/libQFmodels.la \ $(top_builddir)/libs/gamecode/builtins/libQFgamecode_builtins.la \ $(top_builddir)/libs/gamecode/engine/libQFgamecode.la \