X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fauxiliary%2Fcso_cache%2FSConscript;h=651e68a191a7db1c9916465fe2a496a02f3a2fc1;hb=fc8e0b97e53fc94b9bafa038cd4420a9588e62f7;hp=9751881613ebe82e339ca575478bf03508af3fd9;hpb=33ceb6716a2166db75659fa66d85fb4cfb9633c7;p=mesa.git diff --git a/src/gallium/auxiliary/cso_cache/SConscript b/src/gallium/auxiliary/cso_cache/SConscript index 9751881613e..651e68a191a 100644 --- a/src/gallium/auxiliary/cso_cache/SConscript +++ b/src/gallium/auxiliary/cso_cache/SConscript @@ -3,6 +3,7 @@ Import('*') cso_cache = env.ConvenienceLibrary( target = 'cso_cache', source = [ + 'cso_context.c', 'cso_cache.c', 'cso_hash.c', ])