diff options
author | Johannes Obermayr <johannesobermayr@gmx.de> | 2012-11-02 12:30:22 +0100 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2012-11-02 08:53:31 -0700 |
commit | ebf0a96250050e1ed842598c7b2b3897c7f829b3 (patch) | |
tree | b8a419b5078bbb15e25f6e3765bbdb53164a8b29 /src/glsl | |
parent | 8ac4b82699ad0a59ae6ae6d3415702eaa5d4fe3b (diff) | |
download | external_mesa3d-ebf0a96250050e1ed842598c7b2b3897c7f829b3.zip external_mesa3d-ebf0a96250050e1ed842598c7b2b3897c7f829b3.tar.gz external_mesa3d-ebf0a96250050e1ed842598c7b2b3897c7f829b3.tar.bz2 |
glsl: Fix builtin_compiler build by -I $(top_srcdir)/include.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56664
Diffstat (limited to 'src/glsl')
-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 eeac424..72032b5 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) \ |