summaryrefslogtreecommitdiff
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-26 12:25:02 -0600
committerBrian Paul <brianp@vmware.com>2009-09-26 12:25:02 -0600
commita7455f9fc64f0e2e09e65c0b7d76b539bce8a79b (patch)
treef93c08549f12aef7c543c67bc182323ddeb7740f /src/mesa/SConscript
parent9e7b56c98006033daa206c51b320b1b6cbc2f281 (diff)
mesa: added formats.c to build
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 cad5676320..6dfbd26d94 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -56,6 +56,7 @@ if env['platform'] != 'winddk':
'main/feedback.c',
'main/ffvertex_prog.c',
'main/fog.c',
+ 'main/formats.c',
'main/framebuffer.c',
'main/get.c',
'main/getstring.c',