diff options
author | Ben Byer <bbyer@bbyer.local> | 2007-12-07 01:51:53 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@spr-wlan-199.AirBears.Berkeley.EDU> | 2007-12-07 14:10:15 -0800 |
commit | 67907904f094c803d5faf6fa2ce23c01f9a5a521 (patch) | |
tree | 078dbaa35d7817aceb3b1f1d966c98eee006f113 /GL | |
parent | 56f5066d477836a975122f4e5748c0f4fb790175 (diff) |
fixed pathname in GL/apple/Makefile.am
(cherry picked from commit b6357cec6d837226009c0d2b69026027da36656e)
Diffstat (limited to 'GL')
-rw-r--r-- | GL/apple/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/GL/apple/Makefile.am b/GL/apple/Makefile.am index d3c05ccc7..33ad15714 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/cr \ + -I$(top_srcdir)/hw/xquartz \ + -I$(top_srcdir)/hw/xquartz/xpr \ -I$(top_srcdir)/miext/damage if HAVE_AGL_FRAMEWORK @@ -17,3 +17,8 @@ libAGLcore_a_SOURCES = aglGlx.c \ $(top_srcdir)/hw/darwin/quartz/xpr/x-hash.h \ $(top_srcdir)/hw/dmx/glxProxy/compsize.c endif + +#noinst_LIBRARIES = libCGLcore.a +#libCGLcore_a_SOURCES = \ +# indirect.c \ +# $(top_srcdir)/hw/dmx/glxProxy/compsize.c |