Re: location of .h's in library

2004-06-19 Thread Alexandre Duret-Lutz
David == David T Farning [EMAIL PROTECTED] writes: David 5. these header will be installed in prefix/includes via David _include_DATA = include_HEADERS = ... http://sources.redhat.com/automake/automake.html#Headers -- Alexandre Duret-Lutz

location of .h's in library

2004-06-18 Thread David T Farning
I am working on my first attempt at building a library in c using automake. I would like the verify the location and use of the header files. Could someone verify or correct my assumptions. 1. headers internal to the library should located in /src 2. those headers should be dependencies under

Re: location of .h's in library

2004-06-18 Thread Daniel Reed
On 2004-06-18T13:50-0500, David T Farning wrote: ) I am working on my first attempt at building a library in c using ) automake. I would like the verify the location and use of the header ) files. Could someone verify or correct my assumptions. ) ) 1. headers internal to the library should

Re: location of .h's in library

2004-06-18 Thread Andrew Suffield
On Fri, Jun 18, 2004 at 03:13:55PM -0400, Daniel Reed wrote: (So, don't split by source file, but do split by component or task.) Split your source files that way too. Then you get the one header per source file effect most of the time - but it's completely coincidental (sometimes you get