diff options
author | Johannes Obermayr <[email protected]> | 2012-11-02 12:30:22 +0100 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-11-02 08:53:31 -0700 |
commit | ebf0a96250050e1ed842598c7b2b3897c7f829b3 (patch) | |
tree | b8a419b5078bbb15e25f6e3765bbdb53164a8b29 /src/glsl/builtin_compiler | |
parent | 8ac4b82699ad0a59ae6ae6d3415702eaa5d4fe3b (diff) |
glsl: Fix builtin_compiler build by -I $(top_srcdir)/include.
Reviewed-by: Kenneth Graunke <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56664
Diffstat (limited to 'src/glsl/builtin_compiler')
-rw-r--r-- | src/glsl/builtin_compiler/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/builtin_compiler/Makefile.am b/src/glsl/builtin_compiler/Makefile.am index eeac4245d83..72032b524ad 100644 --- a/src/glsl/builtin_compiler/Makefile.am +++ b/src/glsl/builtin_compiler/Makefile.am @@ -30,6 +30,7 @@ LD = @LD_FOR_BUILD@ LDFLAGS = @LDFLAGS_FOR_BUILD@ AM_CFLAGS = \ + -I $(top_srcdir)/include \ -I $(top_srcdir)/src/mapi \ -I $(top_srcdir)/src/mesa \ -I $(GLSL_SRCDIR) \ |