Re: source code in several directories

2007-09-12 Thread Bernd Jendrissek
On 9/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 1 - initially I tried to put only this: include_HEADERS = foo.h bar.h in > include/Makefile.am I thought it would work but it did not... when I > ran make it compiled everything ok in the src dir but complained about > 'nothing to do fo

Re: source code in several directories

2007-09-11 Thread jmcferreira
> On 9/11/07, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: >> actually I want all the headers to get installed too my project is a >> lib that will be used for other people to develop other programs... so >> they need the headers when they install the lib. >> >> - should I use install_HEA

Re: source code in several directories

2007-09-11 Thread Bernd Jendrissek
On 9/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > actually I want all the headers to get installed too my project is a > lib that will be used for other people to develop other programs... so > they need the headers when they install the lib. > > - should I use install_HEADERS in t

Re: source code in several directories

2007-09-11 Thread jmcferreira
Hi Bob, Hi everybody (this is the continuation of something that began in the Autoconf list) as you see I'm already in the automake list. thx. > In the "include" directory I would use the noinst_HEADERS variable to > define the list of headers. > > noinst_HEADERS = foo.h bar.h actually I want