diff options
author | Michal Krol <michal@tungstengraphics.com> | 2008-07-17 20:22:47 +0200 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2008-07-17 20:22:47 +0200 |
commit | 3c5ec98e45880d6a896f3c094f8004000f50a149 (patch) | |
tree | 50c6603eb7564d7736aeec48e1c279563c721881 | |
parent | 2727702b1731a478de8806481416080d02af5862 (diff) |
scons: List util/tgsi_sanity.c.
-rw-r--r-- | src/gallium/auxiliary/tgsi/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/SConscript b/src/gallium/auxiliary/tgsi/SConscript index b62c8efe02..67230f6ce0 100644 --- a/src/gallium/auxiliary/tgsi/SConscript +++ b/src/gallium/auxiliary/tgsi/SConscript @@ -8,6 +8,7 @@ tgsi = env.ConvenienceLibrary( 'util/tgsi_build.c', 'util/tgsi_dump.c', 'util/tgsi_parse.c', + 'util/tgsi_sanity.c', 'util/tgsi_scan.c', 'util/tgsi_text.c', 'util/tgsi_transform.c', |