[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to install headers? what about building dependent libraries?
From: |
Stepan Kasal |
Subject: |
Re: how to install headers? what about building dependent libraries? |
Date: |
Wed, 12 Jan 2005 15:03:26 +0100 |
User-agent: |
Mutt/1.4.1i |
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