summaryrefslogtreecommitdiff
path: root/hw/xquartz/GL
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-11-14 14:57:09 -0800
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-11-14 15:10:32 -0800
commitb0789365719f48c0b477b4703f2072f932246b76 (patch)
treed57274bf8a991712cf7b224a31c7f210cf642d7c /hw/xquartz/GL
parent1d7049f8fd3c0798250b9213149d3ce0b37ab77f (diff)
XQuartz: Initial work on readding GLX to the 1.5 server
(cherry picked from commit a186cab6ae82340770c13b37ff5df731ce2a0ceb)
Diffstat (limited to 'hw/xquartz/GL')
-rw-r--r--hw/xquartz/GL/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xquartz/GL/Makefile.am b/hw/xquartz/GL/Makefile.am
index 8f4478fec..728746af0 100644
--- a/hw/xquartz/GL/Makefile.am
+++ b/hw/xquartz/GL/Makefile.am
@@ -12,8 +12,10 @@ AM_CPPFLAGS = \
libCGLCore_la_SOURCES = \
indirect.c \
capabilities.c \
+ glcontextmodes.c \
visualConfigs.c
EXTRA_DIST = \
capabilities.h \
+ glcontextmodes.h \
visualConfigs.h