From a495278595c2aebf30200492dbda507d540bb04c Mon Sep 17 00:00:00 2001 From: James Brown Date: Sat, 10 Jun 2000 03:48:25 +0000 Subject: [PATCH] Fixed automake makefile for hl_*.c --- source/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile.am b/source/Makefile.am index c858c1f..43e0b6f 100644 --- a/source/Makefile.am +++ b/source/Makefile.am @@ -80,7 +80,7 @@ soft_SOURCES= cl_model.c cl_trans.c d_edge.c d_fill.c d_init.c d_modech.c \ screen.c model.c $(SOFT_ASM) ogl_SOURCES= gl_draw.c gl_mesh.c gl_model.c gl_ngraph.c gl_part.c \ gl_refrag.c gl_rlight.c gl_rmain.c gl_rmisc.c gl_rsurf.c \ - gl_screen.c gl_trans.c gl_view.c gl_warp.c + gl_screen.c gl_trans.c gl_view.c gl_warp.c hl_bsp.c hl_wad.c mgl_SOURCES= vid_mgl.c in_win.c ggi_SOURCES= vid_ggi.c