Mesa (master): glsl: Fix builtin_compiler build by -I $(top_srcdir)/include .

Kenneth Graunke kwg at kemper.freedesktop.org
Fri Nov 2 15:54:05 UTC 2012


Module: Mesa
Branch: master
Commit: ebf0a96250050e1ed842598c7b2b3897c7f829b3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebf0a96250050e1ed842598c7b2b3897c7f829b3

Author: Johannes Obermayr <johannesobermayr at gmx.de>
Date:   Fri Nov  2 12:30:22 2012 +0100

glsl: Fix builtin_compiler build by -I $(top_srcdir)/include.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56664

---

 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) \




More information about the mesa-commit mailing list