From fade4419f7d3b0e5d78d2a2f31c9f6fce46216ef Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 19 Dec 2003 04:50:42 +0000 Subject: [PATCH] clients now need to link in the server console plugin when static --- nq/source/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/nq/source/Makefile.am b/nq/source/Makefile.am index e3d5265c5..9cf7bc58a 100644 --- a/nq/source/Makefile.am +++ b/nq/source/Makefile.am @@ -55,6 +55,7 @@ libnq_sdl_a_CFLAGS= $(SDL_CFLAGS) common_ldflags= -export-dynamic cl_plugin_LIBS= \ + $(SERVER_PLUGIN_STATIC_LIBS) \ $(CLIENT_PLUGIN_STATIC_LIBS) \ $(top_builddir)/libs/gamecode/builtins/libQFcsqc.la