User defined variable to configure library headers location.

2007-09-12 Thread Chetan Raj
Hi All, I am new to Automake tools. I am going to ask a very common use scenario. Please point me to relevant articles if it is already discussed. Problem: I have a definition of a variable like this in the source Makefile.am file: SD_BASE_DIR = $(srcdir)/../../../../.. Obviously "SD_BASE_DIR"

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