diff options
Diffstat (limited to 'src/mesa/array_cache/sources')
-rw-r--r-- | src/mesa/array_cache/sources | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/array_cache/sources b/src/mesa/array_cache/sources new file mode 100644 index 0000000000..fb3328d10e --- /dev/null +++ b/src/mesa/array_cache/sources @@ -0,0 +1,7 @@ +MESA_ARRAY_CACHE_SOURCES = \ +ac_context.c \ +ac_import.c + +MESA_ARRAY_CACHE_HEADERS = \ +ac_context.h \ +acache.h |