Re: make distcheck not finding custom code generation script

2006-05-13 Thread Andreas Ntaflos
On Saturday 13 May 2006 10:23, Ralf Wildenhues wrote: The concept that is probably new to you is when source tree and build tree are not the same. You can achieve that yourself (without distcheck) by something like this: mkdir build cd build ../source-tree/configure [OPTIONS] make

How to build src/server and src/client separately?

2006-06-15 Thread Andreas Ntaflos
Hello list, I think this shouldn't be too difficult, but I couldn't find it in the automake manual (possibly because I don't know exactly what to look for). My project consists of $(topdir)/src/server and $(topdir)/src/client. Issuing `./configure make' in $(topdir) correctly builds server