Fix non-static console plugins.

Bah, fiddly stuff.
This commit is contained in:
Bill Currie 2012-02-13 10:58:42 +09:00
parent d8a37bc791
commit f389715730

View file

@ -398,7 +398,7 @@ if test "x$static_plugins" = xyes; then
fi
else
QF_PROCESS_NEED_PLUGINS(console, [server], [server])
QF_PROCESS_NEED_PLUGINS(client, [client], [client])
QF_PROCESS_NEED_PLUGINS(console, [client], [client])
QF_PROCESS_NEED_PLUGINS(snd_output, [sdl mme sgi sun win dx oss alsa])
QF_PROCESS_NEED_PLUGINS(snd_render, [jack default])
QF_PROCESS_NEED_PLUGINS(cd, [xmms sdl sgi win linux file])