summaryrefslogtreecommitdiffstats
path: root/src/util/SConscript
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-09-23 16:31:57 -0600
committerBrian Paul <brianp@vmware.com>2014-09-23 16:33:17 -0600
commite8ea783d794892f4191a90600666d2507f9dfbb0 (patch)
tree9192fd7922b8598672d6260e328b0ea44b7462ca /src/util/SConscript
parent9dbfca10a306fe5ae5b81845cb8f4d16022d6790 (diff)
downloadexternal_mesa3d-e8ea783d794892f4191a90600666d2507f9dfbb0.zip
external_mesa3d-e8ea783d794892f4191a90600666d2507f9dfbb0.tar.gz
external_mesa3d-e8ea783d794892f4191a90600666d2507f9dfbb0.tar.bz2
util: fix SCons build
after register_allocate.c was moved to util/ directory.
Diffstat (limited to 'src/util/SConscript')
-rw-r--r--src/util/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/SConscript b/src/util/SConscript
index 84803c0..ade1d6c 100644
--- a/src/util/SConscript
+++ b/src/util/SConscript
@@ -8,6 +8,9 @@ env = env.Clone()
env.Prepend(CPPPATH = [
'#include',
+ '#src',
+ '#src/mapi',
+ '#src/mesa',
'#src/util',
])