[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: installing headers files in /usr/local/include...
From: |
Eric Tchepannou |
Subject: |
Re: installing headers files in /usr/local/include... |
Date: |
Wed, 11 Feb 2004 16:45:56 +0000 |
User-agent: |
KMail/1.5 |
Thanks Adreas,
What about if my headers should be in /usr/local/include/myapp ?
cheers
On Wednesday 11 February 2004 15:22, you wrote:
> Eric Tchepannou <address@hidden> writes:
> > Hello all,
> >
> > I have written (I am still writing actually) an application and use
> > automake/autoconf. I would like to have my headers to be installed under
> > /usr/local/include when applying make install.
> > I wonder if someone can help me how to reach this with automake.
>
> include_HEADERS = ....
>
> Andreas.