From 498eac3e909f2c0150ac8f3db3d94f7d8258e2bf Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 21 Aug 2002 03:57:36 +0000 Subject: [PATCH] hmm, missed that one --- qw/source/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/Makefile.am b/qw/source/Makefile.am index f48bc4aba..7310849ef 100644 --- a/qw/source/Makefile.am +++ b/qw/source/Makefile.am @@ -83,7 +83,7 @@ libserver_a_SOURCES= crudefile.c sv_ccmds.c sv_cvar.c sv_ents.c \ qf_server_LIBS= \ $(SERVER_PLUGIN_STATIC_LIBS) \ - $(top_builddir)/libs/gamecode/builtins/bi_cmd.lo \ + $(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 \