I would like to have my Makefile (made from autoconf/automake) beable to just look at what files are in my source folder and compile all of them.
basicaly add all the sources files to _SOURCE Now, I have configure crudely generate a list then include it with the Makefile. Does anyone know of a easier BETTER way of doing this?