summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-10-31 10:52:56 -0600
committerBrian Paul <brianp@vmware.com>2011-10-31 10:52:56 -0600
commit29eb2e89444691d319902679016738112173cc31 (patch)
tree3d47f98a4b054e82be3f8026e67863c5197f2e68 /src/mesa/sources.mak
parenta7d9e449f0a492c31ffb6417c98b87a543496930 (diff)
mesa: compile new texstore.c file
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index aedee3d1c71..6e327a4724b 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -93,6 +93,7 @@ MAIN_SOURCES = \
main/texpal.c \
main/texparam.c \
main/texstate.c \
+ main/texstorage.c \
main/texstore.c \
main/texturebarrier.c \
main/transformfeedback.c \