diff options
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 |