Re: installing headers files in /usr/local/include...

2004-02-11 Thread Eric Tchepannou
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 <[EMAIL PROTECTED]> 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.





installing headers files in /usr/local/include...

2004-02-11 Thread Eric Tchepannou
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.

Thanks for any contribution.