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


Reply via email to