automake
[Top][All Lists]
Advanced

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

Re: Possibly silly INCLUDEDIR question


From: Alexandre Duret-Lutz
Subject: Re: Possibly silly INCLUDEDIR question
Date: 07 Aug 2001 14:08:06 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "Michael" == Michael Still <address@hidden> writes:

[...]

 Michael> I can't just add .. to the include path, because this
 Michael> doesn't deal with the case when the code is built
 Michael> somewhere else on disk.

Use `$(srcdir)/..' instead of `..'

  INCLUDES = -I$(srcdir)/..

With you layout this is also equivalant to

  INCLUDES = -I$(top_srcdir)

-- 
Alexandre Duret-Lutz



reply via email to

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