diff options
author | Richard Hughes <[email protected]> | 2007-04-07 08:39:24 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-07 08:39:24 -0600 |
commit | e9c614a1af05057d35692e27d569c6f78b718638 (patch) | |
tree | 83ee36b47ad0d77891f72f7a523e917a9b693ab0 /Makefile | |
parent | 8f3fc5221cbbc93f66d35a526e8385edf56adce5 (diff) |
remove array_cache/, add vbo/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -209,9 +209,6 @@ MAIN_FILES = \ $(DIRECTORY)/src/mesa/glapi/*.[chS] \ $(DIRECTORY)/src/mesa/glapi/descrip.mms \ $(DIRECTORY)/src/mesa/glapi/sources \ - $(DIRECTORY)/src/mesa/array_cache/*.[ch] \ - $(DIRECTORY)/src/mesa/array_cache/descrip.mms \ - $(DIRECTORY)/src/mesa/array_cache/sources \ $(DIRECTORY)/src/mesa/math/*.[ch] \ $(DIRECTORY)/src/mesa/math/descrip.mms \ $(DIRECTORY)/src/mesa/math/sources \ @@ -231,6 +228,8 @@ MAIN_FILES = \ $(DIRECTORY)/src/mesa/swrast_setup/*.[ch] \ $(DIRECTORY)/src/mesa/swrast_setup/descrip.mms \ $(DIRECTORY)/src/mesa/swrast_setup/sources \ + $(DIRECTORY)/src/mesa/vbo/*.[chS] \ + $(DIRECTORY)/src/mesa/vbo/descrip.mms \ $(DIRECTORY)/src/mesa/tnl/*.[chS] \ $(DIRECTORY)/src/mesa/tnl/descrip.mms \ $(DIRECTORY)/src/mesa/tnl/sources \ |