From b6357cec6d837226009c0d2b69026027da36656e Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Fri, 7 Dec 2007 01:51:53 -0800 Subject: [PATCH] fixed pathname in GL/apple/Makefile.am --- GL/apple/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GL/apple/Makefile.am b/GL/apple/Makefile.am index f1e02cccb..7ad9140cc 100644 --- a/GL/apple/Makefile.am +++ b/GL/apple/Makefile.am @@ -4,8 +4,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/GL/glx \ -I$(top_srcdir)/GL/include \ -I$(top_srcdir)/GL/mesa/glapi \ - -I$(top_srcdir)/hw/darwin/quartz \ - -I$(top_srcdir)/hw/darwin/quartz/xpr \ + -I$(top_srcdir)/hw/xquartz \ + -I$(top_srcdir)/hw/xquartz/xpr \ -I$(top_srcdir)/miext/damage noinst_LIBRARIES = libCGLcore.a