diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-02-15 18:26:45 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2006-02-15 18:26:45 +0000 |
commit | 6ad4325b87889e1aada9333d750b7bb586c38b52 (patch) | |
tree | 113a9be7d47505aff776d6ea0557b0a0fccd8c29 /GL | |
parent | 50e2ff9a2500078ebbd833fddab0d93f3a50b6a6 (diff) |
Update to build against mesa head.
Diffstat (limited to 'GL')
-rw-r--r-- | GL/mesa/swrast/Makefile.am | 1 | ||||
-rwxr-xr-x | GL/symlink-mesa.sh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/GL/mesa/swrast/Makefile.am b/GL/mesa/swrast/Makefile.am index 83457ad46..07f8885e0 100644 --- a/GL/mesa/swrast/Makefile.am +++ b/GL/mesa/swrast/Makefile.am @@ -20,6 +20,7 @@ nodist_libswrast_la_SOURCES = s_aaline.c \ s_aatriangle.c \ s_accum.c \ s_alpha.c \ + s_arbshader.c \ s_atifragshader.c \ s_bitmap.c \ s_blend.c \ diff --git a/GL/symlink-mesa.sh b/GL/symlink-mesa.sh index 9ddad244b..d31b6b0ca 100755 --- a/GL/symlink-mesa.sh +++ b/GL/symlink-mesa.sh @@ -254,6 +254,8 @@ symlink_mesa_swrast() { action s_accum.h action s_alpha.c action s_alpha.h + action s_arbshader.c + action s_arbshader.h action s_atifragshader.c action s_atifragshader.h action s_bitmap.c |