diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-18 10:52:44 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-18 10:52:44 +0000 |
commit | 33ceb6716a2166db75659fa66d85fb4cfb9633c7 (patch) | |
tree | edc306739c44982bd932caf16d9622755b36e0e7 /src/gallium/auxiliary/cso_cache/SConscript | |
parent | 9df478d2f8269a439024fadf82170814d24acd19 (diff) |
Update scons build for new code layout.
Diffstat (limited to 'src/gallium/auxiliary/cso_cache/SConscript')
-rw-r--r-- | src/gallium/auxiliary/cso_cache/SConscript | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/cso_cache/SConscript b/src/gallium/auxiliary/cso_cache/SConscript new file mode 100644 index 0000000000..9751881613 --- /dev/null +++ b/src/gallium/auxiliary/cso_cache/SConscript @@ -0,0 +1,10 @@ +Import('*') + +cso_cache = env.ConvenienceLibrary( + target = 'cso_cache', + source = [ + 'cso_cache.c', + 'cso_hash.c', + ]) + +auxiliaries.insert(0, cso_cache) |