This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: how to install headers? what about building dependent libraries?
- From: Stepan Kasal <kasal at ucw dot cz>
- To: Giovanni Bricconi <bricconi at netscape dot net>
- Cc: automake at gnu dot org
- Date: Wed, 12 Jan 2005 15:03:26 +0100
- Subject: Re: how to install headers? what about building dependent libraries?
- References: <41E5252F.1080401@netscape.net>
Hello,
On Wed, Jan 12, 2005 at 02:25:03PM +0100, Giovanni Bricconi wrote:
> 1. make install installs the library and the sample module, but does
> not install the headers
...
> the Makefile.am in includes directory, does not work, if I call make
> install from includes headers get installed, i I call make install from
> the top directory headers does not gets installed.
...
> Top directory Makefile.am:
> SUBDIRS=sources random_module
This is the cause of your first problem. The SUBDIRS variable should
also contain ``includes'' to recurse there.
I'm sorry I don't have enough experience to help you with the other
problem.
Stepan Kasal