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 installe
I'm new to automake and autoconf, I'm now trying to write my first
project using these tools.
My project consists in a library and a sample apache module that depends
on this library.
The directory structure I have chosen is the following:
my_project (contains configure.ac and top Makefile