diff options
author | Ian Romanick <[email protected]> | 2010-07-18 15:59:43 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-07-20 17:48:24 -0700 |
commit | 2462a536ea5c98867296905e3da127eba7c7bdff (patch) | |
tree | 661139c92c86bda4966b6365cd95820650fc52ef /src/glsl/Makefile | |
parent | 7e2aa91507a5883e33473e0a94215ee3985baad1 (diff) |
glsl2: Add a constructor for _mesa_glsl_parse_state
Coming changes to the handling of built-in functions necessitate this.
Diffstat (limited to 'src/glsl/Makefile')
-rw-r--r-- | src/glsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile b/src/glsl/Makefile index 7bf95fbfc2d..2b040377b0c 100644 --- a/src/glsl/Makefile +++ b/src/glsl/Makefile @@ -93,6 +93,7 @@ INCLUDES = \ -I../mesa \ -I../mapi \ -I../mesa/shader \ + -I../../include \ $(LIBRARY_INCLUDES) ALL_SOURCES = \ |