diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-05-20 16:56:27 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-05-21 12:15:18 -0400 |
commit | 61eaef22359ae2abcee7dcd73ee8610a83776fc7 (patch) | |
tree | e576ff968886ce72d687765ce49f645637dd744f | |
parent | 88f43e5d06fb5543bc40ca060b2c5d8e2673afad (diff) |
Stop symlinking glcontextmodes.[ch] from mesa.
-rw-r--r-- | GL/glx/Makefile.am | 4 | ||||
-rwxr-xr-x | GL/symlink-mesa.sh | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/GL/glx/Makefile.am b/GL/glx/Makefile.am index d86141f4e..620fc9b97 100644 --- a/GL/glx/Makefile.am +++ b/GL/glx/Makefile.am @@ -47,10 +47,6 @@ libglxdri_la_SOURCES = \ extension_string.c \ extension_string.h -#if XQUARTZ -XQUARTZ_libglx_la_SOURCES = glcontextmodes.c -#endif - libglx_la_SOURCES = \ $(XQUARTZ_libglx_la_SOURCES) \ g_disptab.h \ diff --git a/GL/symlink-mesa.sh b/GL/symlink-mesa.sh index def4f63f7..8deaa436f 100755 --- a/GL/symlink-mesa.sh +++ b/GL/symlink-mesa.sh @@ -64,8 +64,6 @@ symlink_glx() { dst_dir glx action indirect_size.h - action glcontextmodes.c - action glcontextmodes.h action indirect_dispatch.c action indirect_dispatch.h action indirect_dispatch_swap.c |