|
From: Josef W. <Jos...@gm...> - 2005-11-15 16:50:08
|
On Tuesday 15 November 2005 11:47, Tom Hughes wrote: > > Currently, I try to use two different subdirs/Makefile.am's for this, > > using in the toplevel Makefile.am > > > > SUBDIRS = $(CG_SRCDIR) > > > > CG_SRCDIR is set to the right build directory dependent on what > > configure detected. > > Sounds horrid, but still... I am not a automake/conf guru. Perhaps only one Makefile.am is better. But this would need conditional targets? Is this supported? > Sounds like I'm going to have fun getting > my in tree builds to work ;-) Why? > The solution is to set DIST_SUBDIRS to list both directories. Ah, thanks! Josef |