summaryrefslogtreecommitdiffstats
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-10-31 10:52:56 -0600
committerBrian Paul <[email protected]>2011-10-31 10:52:56 -0600
commit29eb2e89444691d319902679016738112173cc31 (patch)
tree3d47f98a4b054e82be3f8026e67863c5197f2e68 /src/mesa/SConscript
parenta7d9e449f0a492c31ffb6417c98b87a543496930 (diff)
mesa: compile new texstore.c file
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r--src/mesa/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index 45414bcde83..7688ce9411c 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -126,6 +126,7 @@ main_sources = [
'main/texpal.c',
'main/texparam.c',
'main/texstate.c',
+ 'main/texstorage.c',
'main/texstore.c',
'main/texturebarrier.c',
'main/transformfeedback.c',