summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-03-12 12:30:55 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-03-13 11:48:13 +0000
commit188a3334f8957e9a4dd3fd169716be4dd2979b05 (patch)
tree01129f7f17845c38de1df7ec31e1ea284440a337
parentdbc3e8e93f6dc7540ace4d5c543204bdad0d0d71 (diff)
progs: Add util to cpp path.
-rw-r--r--progs/fp/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/fp/SConscript b/progs/fp/SConscript
index e31fa320238..553799758b0 100644
--- a/progs/fp/SConscript
+++ b/progs/fp/SConscript
@@ -5,6 +5,10 @@ if not env['GLUT']:
env = env.Clone()
+env.Prepend(CPPPATH = [
+ '../util',
+])
+
env.Prepend(LIBS = ['$GLUT_LIB'])
env.Program(