From: Johannes Obermayr Date: Fri, 2 Nov 2012 11:30:22 +0000 (+0100) Subject: glsl: Fix builtin_compiler build by -I $(top_srcdir)/include. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebf0a96250050e1ed842598c7b2b3897c7f829b3;p=mesa.git glsl: Fix builtin_compiler build by -I $(top_srcdir)/include. Reviewed-by: Kenneth Graunke Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56664 --- 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) \