summaryrefslogtreecommitdiff
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-01-02 14:12:04 -0800
committerEric Anholt <eric@anholt.net>2013-01-03 11:58:21 -0800
commit57b451b4db8cf7cf67dda50f7b013643568cae5c (patch)
treecd31fb4ab690dda25abfbd63a77f9d52ebc1de93 /src/mesa/SConscript
parent3aed45fa4c782c283038154f7e1cfb17c98207be (diff)
mesa: Connect the generated GL command marshalling code to the 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 1ee6e8219cf..745b7d55b60 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -88,6 +88,7 @@ main_sources = [
'main/imports.c',
'main/light.c',
'main/lines.c',
+ 'main/marshal_generated.c',
'main/matrix.c',
'main/mipmap.c',
'main/mm.c',