diff options
author | George Staplin <gstaplin@apple.com> | 2008-11-21 17:28:11 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-11-21 20:10:57 -0800 |
commit | 1a717779b67b9c1cdf734eef64135ac38829f726 (patch) | |
tree | a66aeeb407423b02d56469f4864a761b938dd35e /hw | |
parent | dacad9ae0bdaedff9403fbe84a5c5a4b4eef3542 (diff) |
XQuartz: GL: remove glcontextmodes.* from the Makefile.am. It has been replaced.
The new replacement is __GLXconfig.
(cherry picked from commit 3bed9b65c807a1aeb662b8042826cbb54280181d)
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xquartz/GL/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xquartz/GL/Makefile.am b/hw/xquartz/GL/Makefile.am index 728746af0..8f4478fec 100644 --- a/hw/xquartz/GL/Makefile.am +++ b/hw/xquartz/GL/Makefile.am @@ -12,10 +12,8 @@ AM_CPPFLAGS = \ libCGLCore_la_SOURCES = \ indirect.c \ capabilities.c \ - glcontextmodes.c \ visualConfigs.c EXTRA_DIST = \ capabilities.h \ - glcontextmodes.h \ visualConfigs.h |