automake
[Top][All Lists]
Advanced

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

Re: Autoconfisticating a multi-directory, non-recursive, GNU-make specif


From: Ralf Wildenhues
Subject: Re: Autoconfisticating a multi-directory, non-recursive, GNU-make specific project
Date: Thu, 16 Feb 2006 14:02:14 +0100
User-agent: Mutt/1.5.11

I didn't answer this question:

> * Duncan Gibson wrote on Thu, Feb 16, 2006 at 10:29:34AM CET:
> >
> > 2. How do I set up the include of lib1/lib1.h in app1 so that I
> >    can configure and make in a directory outside the source tree?

Either
  #include "lib1/lib1.h"
or use
  AM_CPPFLAGS = -I$(srcdir)/lib1
in the Makefile.am, together with
  #include "lib1.h"

Cheers,
Ralf




reply via email to

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