[Mesa-dev] [PATCH] glsl/builtin_compiler: Fix build by -I $(top_srcdir)/include.
Kenneth Graunke
kenneth at whitecape.org
Fri Nov 2 08:55:44 PDT 2012
On 11/02/2012 04:30 AM, Johannes Obermayr wrote:
> BUG: 56664
> ---
> src/glsl/builtin_compiler/Makefile.am | 1 +
> 1 Datei geändert, 1 Zeile hinzugefügt(+)
>
> 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) \
Pushed...sorry for the trouble.
More information about the mesa-dev
mailing list