diff options
author | Dan Nicholson <dan@conor.dwcab.com> | 2007-02-02 20:53:01 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-02-02 20:53:01 +0000 |
commit | e6a505be84f5f72349d6860dc5a5058367516019 (patch) | |
tree | 574720f4d2d0fcb2057938704e47559de044d71a /GL/mesa | |
parent | af20485ec370801f2aabfaeae17bbd030a849bd1 (diff) |
The array_cache sources don't exist anymore in the Mesa tree,
so we shouldn't try to build them.
Diffstat (limited to 'GL/mesa')
-rw-r--r-- | GL/mesa/Makefile.am | 3 |
1 files changed, 1 insertions, 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 \ |