diff options
author | Vinson Lee <vlee@vmware.com> | 2011-02-27 23:17:49 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2011-02-27 23:17:49 -0800 |
commit | 93893139a4e81d0ac59c30ce7d1a124902bd36ef (patch) | |
tree | af00bc678acf01a403a6acde0debdcd173983c44 /src/mesa | |
parent | e107a3aa08cc3106fd7b939ea203c4b5195f1b5b (diff) |
mesa: Add texcompress_rgtc.c to SConscript.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index ea04fb1a0e..90fec124af 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -106,6 +106,7 @@ main_sources = [ 'main/stencil.c', 'main/syncobj.c', 'main/texcompress.c', + 'main/texcompress_rgtc.c', 'main/texcompress_s3tc.c', 'main/texcompress_fxt1.c', 'main/texenv.c', |