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

Matt Turner mattst88 at gmail.com
Wed Sep 11 21:55:57 PDT 2013


On Wed, Sep 11, 2013 at 9:53 PM, Chia-I Wu <olvaffe at gmail.com> wrote:
> 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.

Yes, I think -I$(srcdir)/include is better.


More information about the mesa-dev mailing list