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: Ralf Wildenhues
Subject: Re: best practice for injecting include dir across a project
Date: Thu, 24 Jul 2008 20:58:03 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

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.

Cheers,
Ralf




reply via email to

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