diff options
author | Daniel Stone <daniel@fooishbar.org> | 2007-03-28 13:03:32 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2007-03-28 13:03:32 +0300 |
commit | 85220446359a75ea2c359b418b4051c04eea739c (patch) | |
tree | ca7ff7b64bc46b053e5956412af8daa969840305 /GL | |
parent | 1af2ef0b25fd8017a3271e624a5f1548f02b09f9 (diff) |
GL: Update for Mesa changes
Added s_fragprog.c to fix the build.
Diffstat (limited to 'GL')
-rw-r--r-- | GL/mesa/swrast/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |