dynamic include in Makefile.am

2010-04-02 Thread Tim Just
Hi, the project I am working on uses GNU autotools as build system and has the following structure: app/ lib/ modules/ configure.ac Makefile.am We use one central Makefile.am to avoid the recursive use of make. This central Makefile.am contains all information related to app/ and lib/. However

Re: dynamic include in Makefile.am

2010-04-02 Thread Tim Just
Hello Ralf, thanks for your reply! On 04/02/2010 11:45 AM, Ralf Wildenhues wrote: Hello Tim, * Tim Just wrote on Fri, Apr 02, 2010 at 10:04:13AM CEST: We use one central Makefile.am to avoid the recursive use of make. This central Makefile.am contains all information related to app/ and