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) \