From e6a505be84f5f72349d6860dc5a5058367516019 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Fri, 2 Feb 2007 20:53:01 +0000 Subject: [PATCH] The array_cache sources don't exist anymore in the Mesa tree, so we shouldn't try to build them. --- GL/mesa/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GL/mesa/Makefile.am b/GL/mesa/Makefile.am index 18eebfc92..539362846 100644 --- a/GL/mesa/Makefile.am +++ b/GL/mesa/Makefile.am @@ -1,11 +1,10 @@ -SUBDIRS = main math array_cache swrast swrast_setup tnl shader X glapi +SUBDIRS = main math swrast swrast_setup tnl shader X glapi noinst_LTLIBRARIES = libGLcore.la libGLcore_la_SOURCES = dummy.c libGLcore_la_LIBADD = main/libmain.la \ math/libmath.la \ - array_cache/libac.la \ swrast/libswrast.la \ swrast_setup/libss.la \ tnl/libtnl.la \