diff options
author | Dave Airlie <airlied@linux.ie> | 2007-02-05 09:09:12 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-02-05 09:10:08 +1100 |
commit | 236f04b638e7d4d1656c6bedd8a6e8d7cec285ec (patch) | |
tree | 2689d2104c8defa65344abb870c7fa8e9cd0d9d6 /GL/mesa/main | |
parent | eb228e8d1eaa78911541b2fec5d04a74c1299718 (diff) |
remove array_cache from everywhere
Diffstat (limited to 'GL/mesa/main')
-rw-r--r-- | GL/mesa/main/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GL/mesa/main/Makefile.am b/GL/mesa/main/Makefile.am index 64b383dc9..20b79351e 100644 --- a/GL/mesa/main/Makefile.am +++ b/GL/mesa/main/Makefile.am @@ -7,7 +7,6 @@ AM_CFLAGS = \ INCLUDES = -I@MESA_SOURCE@/include \ -I../X \ - -I../array_cache \ -I../glapi \ -I../main \ -I../math \ |