Where is the proper place to include my include files

2006-06-15 Thread Douglas Phillipson
I'm a noobie to Autoconf/AutoMake. Where is the proper place to get Automake/Autoconf to track my include files when creating a distribution? Should this be done with AC_CHECK_FILE, or is there another mechanism to track my custom include files? Thanks Doug P

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

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

2006-06-15 Thread Marc Alff
Hi Andreas Andreas Ntaflos wrote: 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