From 1a717779b67b9c1cdf734eef64135ac38829f726 Mon Sep 17 00:00:00 2001 From: George Staplin Date: Fri, 21 Nov 2008 17:28:11 -0700 Subject: [PATCH] XQuartz: GL: remove glcontextmodes.* from the Makefile.am. It has been replaced. The new replacement is __GLXconfig. (cherry picked from commit 3bed9b65c807a1aeb662b8042826cbb54280181d) --- hw/xquartz/GL/Makefile.am | 2 -- 1 file changed, 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