diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-05-25 13:27:42 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-05-25 13:27:42 +0000 |
commit | c6b1cff43238deded11dc58945778aec3d844598 (patch) | |
tree | 2f537fb7d01a4134a15f8c4113299720480cc8de /GL | |
parent | 99724c16c9c58eb3e20ba91c79464747b8ee3fcf (diff) |
update to build against Mesa CVS HEAD (Carlos Eduardo Rodrigues Diogenes).
Diffstat (limited to 'GL')
-rw-r--r-- | GL/mesa/main/Makefile.am | 1 | ||||
-rwxr-xr-x | GL/symlink-mesa.sh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/GL/mesa/main/Makefile.am b/GL/mesa/main/Makefile.am index 867fe57bd..1c466a92a 100644 --- a/GL/mesa/main/Makefile.am +++ b/GL/mesa/main/Makefile.am @@ -67,6 +67,7 @@ nodist_libmain_la_SOURCES = accum.c \ points.c \ polygon.c \ rastpos.c \ + rbadaptors.c \ renderbuffer.c \ state.c \ stencil.c \ diff --git a/GL/symlink-mesa.sh b/GL/symlink-mesa.sh index 443883b38..326e4f055 100755 --- a/GL/symlink-mesa.sh +++ b/GL/symlink-mesa.sh @@ -169,6 +169,8 @@ symlink_mesa_main() { action polygon.h action rastpos.c action rastpos.h + action rbadaptors.c + action rbadaptors.h action renderbuffer.c action renderbuffer.h action simple_list.h |