automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: best practice for injecting include dir across a project


From: Monty Taylor
Subject: Re: best practice for injecting include dir across a project
Date: Thu, 24 Jul 2008 16:00:12 -0300
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

Ralf Wildenhues wrote:
> Hello Monty,
> 
> * Monty Taylor wrote on Thu, Jul 24, 2008 at 08:43:39PM CEST:
>> I've got a project that has 24 Makefile.am files. At the top of all of
>> them at the moment, I've got:
>>
>> AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
> 
> Put
>   AC_SUBST([AM_CPPFLAGS], ['I$(top_builddir)/include 
> -I$(top_srcdir)/include'])
> 
> in configure.ac instead.

GAH! Silly me.

Thanks!

Monty




reply via email to

[Prev in Thread] Current Thread [Next in Thread]