The array_cache sources don't exist anymore in the Mesa tree,

so we shouldn't try to build them.
This commit is contained in:
Dan Nicholson 2007-02-02 20:53:01 +00:00 committed by Alan Hourihane
parent af20485ec3
commit e6a505be84

View File

@ -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 \