Tom Tromey wrote:
> 
> >>>>> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes:
> 
> Ralf> This works perfectly well unless the structure of the configured
> Ralf> source-tree changes (adding/removing Makefile.ams) or if the
> Ralf> source-tree contains conditionally configured sub-directories
> Ralf> (eg. CONFIG_SUBDIRS which get condistionally excluded/included
> Ralf> from building).
> 
> I've always wanted to make adding a new Makefile.am work.
> There's never seemed to be a particularly good implementation though.
> 

Wouldn't this work anyway because you had to change the top-level
Makefile.am or configure.in to include the new SUBDIR?  I.E.:
Makefile.in : Makefile.am configure.in

Earnie.

Reply via email to