From ebf0a96250050e1ed842598c7b2b3897c7f829b3 Mon Sep 17 00:00:00 2001 From: Johannes Obermayr Date: Fri, 2 Nov 2012 12:30:22 +0100 Subject: [PATCH] glsl: Fix builtin_compiler build by -I $(top_srcdir)/include. Reviewed-by: Kenneth Graunke Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56664 --- src/glsl/builtin_compiler/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) \ -- 2.30.2