diff options
author | Eric Anholt <[email protected]> | 2015-02-11 14:18:50 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-02-20 11:36:34 -0800 |
commit | e8c5cbfd921680c4a68755b66889338a6268debb (patch) | |
tree | 7572f6675d9ca68fd9cb9244b93ab24e74dd9bc0 /src/glsl/Makefile.am | |
parent | f5ac5e20b16d17b0adda6d856829dd0cf997f7dc (diff) |
mesa: Add gallium include dirs to more parts of the tree.
v2: Try to patch up the scons bits.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.am')
-rw-r--r-- | src/glsl/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 5d5cacc32c0..5a0a643daf2 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -26,6 +26,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa/ \ + -I$(top_srcdir)/src/gallium/include \ + -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/glsl/glcpp \ -I$(top_srcdir)/src/glsl/nir \ -I$(top_srcdir)/src/gtest/include \ |