Re: [AM-1.4] Multiple Subdir Problem

2006-06-13 Thread Ralf Wildenhues
Hello Daniel, * Daniel Haude wrote on Tue, Jun 13, 2006 at 02:42:52PM CEST: > Well, it ain't all that multiple. I just added another subdir to my > project in the toplevel Makefile.am like this: > The subdir "tops" has a rudimentary Makefile.am as well. My problem is > that the configure run

Re: [AM-1.4] Multiple Subdir Problem

2006-06-13 Thread Gary V. Vaughan
Daniel Haude wrote: > Well, it ain't all that multiple. I just added another subdir to my > project in the toplevel Makefile.am like this: > > SUBDIRS = tops gui > > (it was just "gui" before). > > The subdir "tops" has a rudimentary Makefile.am as well. My problem is > that the configure run do

[AM-1.4] Multiple Subdir Problem

2006-06-13 Thread Daniel Haude
Well, it ain't all that multiple. I just added another subdir to my project in the toplevel Makefile.am like this: SUBDIRS = tops gui (it was just "gui" before). The subdir "tops" has a rudimentary Makefile.am as well. My problem is that the configure run doesn't touch that new directory at