From 85220446359a75ea2c359b418b4051c04eea739c Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 28 Mar 2007 13:03:32 +0300 Subject: [PATCH] GL: Update for Mesa changes Added s_fragprog.c to fix the build. --- GL/mesa/swrast/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/GL/mesa/swrast/Makefile.am b/GL/mesa/swrast/Makefile.am index 9a6aa92fb..bffb1e7c1 100644 --- a/GL/mesa/swrast/Makefile.am +++ b/GL/mesa/swrast/Makefile.am @@ -34,6 +34,7 @@ nodist_libswrast_la_SOURCES = s_aaline.c \ s_drawpix.c \ s_feedback.c \ s_fog.c \ + s_fragprog.c \ s_imaging.c \ s_lines.c \ s_logic.c \