diff options
author | Matt Turner <[email protected]> | 2012-08-01 14:02:23 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-14 10:54:38 -0700 |
commit | 5c2a6b74ed67021545b0f89fec558dacde37792e (patch) | |
tree | 73226ae44bcea5bf8cc4ec234727cbb564c72104 /src/mesa/sources.mak | |
parent | fa7417521045d9bf6eea32607066543bd3ce07bb (diff) |
build/sources.mak: Add src/glsl/glcpp to INCLUDE_DIRS
Fixes problem where libdricore's of-out-tree build couldn't find
glcpp.h.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index be7e13d87f6..30e2219b026 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -378,6 +378,7 @@ INCLUDE_DIRS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/glsl \ -I$(top_builddir)/src/glsl \ + -I$(top_srcdir)/src/glsl/glcpp \ -I$(top_srcdir)/src/mesa \ -I$(top_builddir)/src/mesa \ -I$(top_srcdir)/src/mesa/main \ |