[Mesa-dev] [PATCH 01/21] ilo: Fix out-of-tree build.

Chia-I Wu olvaffe at gmail.com
Wed Sep 11 21:53:58 PDT 2013


On Thu, Sep 12, 2013 at 6:32 AM, Johannes Obermayr
<johannesobermayr at gmx.de> wrote:
> ---
>  src/gallium/drivers/ilo/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/ilo/Makefile.am b/src/gallium/drivers/ilo/Makefile.am
> index 10b3da3..33f2045 100644
> --- a/src/gallium/drivers/ilo/Makefile.am
> +++ b/src/gallium/drivers/ilo/Makefile.am
> @@ -27,7 +27,7 @@ include $(top_srcdir)/src/gallium/Automake.inc
>  noinst_LTLIBRARIES = libilo.la
>
>  AM_CPPFLAGS = \
> -       -Iinclude \
> +       -I$(top_srcdir)/src/gallium/drivers/ilo/include \
Is -I$(srcdir)/include better?  I am not familiar with automake enough
to know which is preferred.  Either way, the patch looks to me.

>         -I$(top_srcdir)/src/gallium/winsys/intel \
>         $(GALLIUM_CFLAGS)
>
> --
> 1.8.1.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev



-- 
olv at LunarG.com


More information about the mesa-dev mailing list