From 60e1b2caf3e81559a801fb5b607c818a23f3e4f9 Mon Sep 17 00:00:00 2001 From: Chris Ison Date: Sat, 19 Jan 2002 23:06:28 +0000 Subject: [PATCH] fixed 3dfx not building due to mis-named lib --- nq/source/Makefile.am | 2 +- qw/source/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nq/source/Makefile.am b/nq/source/Makefile.am index 516bae85b..64d8f1fd8 100644 --- a/nq/source/Makefile.am +++ b/nq/source/Makefile.am @@ -185,7 +185,7 @@ opengl_QFLIBS= \ nq_3dfx_libs= \ $(cl_plugin_LIBS) \ $(opengl_QFLIBS) \ - $(top_builddir)/libs/video/targets/libQF3dfx.la \ + $(top_builddir)/libs/video/targets/libQFtdfx.la \ $(client_LIBS) nq_3dfx_SOURCES= $(combined_sources) sys_unix.c nq_3dfx_LDADD= $(nq_3dfx_libs) $(GLIDE_LIBS) $(SVGA_LIBS) $(NET_LIBS) diff --git a/qw/source/Makefile.am b/qw/source/Makefile.am index 243117cc3..0ca5098a2 100644 --- a/qw/source/Makefile.am +++ b/qw/source/Makefile.am @@ -214,7 +214,7 @@ qw_client_glx_DEPENDENCIES= $(qw_client_glx_libs) qw_client_3dfx_libs= \ $(cl_plugin_LIBS) \ $(opengl_LIBS) \ - $(top_builddir)/libs/video/targets/libQF3dfx.la \ + $(top_builddir)/libs/video/targets/libQFtdfx.la \ $(client_LIBS) qw_client_3dfx_SOURCES= $(common_sources) $(client_sources) cl_sys_unix.c qw_client_3dfx_LDADD= $(qw_client_3dfx_libs) \