This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to install headers? what about building dependent libraries?


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]