From 760d286508931d55e11d0bdc3c6d8e4ffc5c4c4e Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 4 Nov 2000 03:24:37 +0000 Subject: [PATCH] part 4 --- source/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile.am b/source/Makefile.am index 64fc97f..86683ea 100644 --- a/source/Makefile.am +++ b/source/Makefile.am @@ -212,7 +212,7 @@ ogl_SOURCES= gl_draw.c gl_mesh.c gl_part.c gl_refrag.c gl_rlight.c \ # # ... 3Dfx Voodoo 1 and 2 SVGAlib-based console GL # -tdfx_SOURCES= vid_3dfxsvga.c in_svgalib.c +tdfx_SOURCES= vid_3dfxsvga.c vid_common_gl.c in_svgalib.c nuq_3dfx_SOURCES= $(combined_SOURCES) $(ogl_SOURCES) $(tdfx_SOURCES) nuq_3dfx_LDADD= $(client_LIBS) $(TDFXGL_LIBS) $(SVGA_LIBS) $(DL_LIBS)