diff options
Diffstat (limited to 'src/mesa/array_cache/sources')
-rw-r--r-- | src/mesa/array_cache/sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/array_cache/sources b/src/mesa/array_cache/sources index 210ec202d69..fb3328d10e6 100644 --- a/src/mesa/array_cache/sources +++ b/src/mesa/array_cache/sources @@ -1,3 +1,7 @@ MESA_ARRAY_CACHE_SOURCES = \ ac_context.c \ ac_import.c + +MESA_ARRAY_CACHE_HEADERS = \ +ac_context.h \ +acache.h |