Re: The correct use of wildcards in Makefile.am

2000-07-03 Thread Akim Demaille
> "Bram" == Bram Stolk <[EMAIL PROTECTED]> writes: Bram> Hello configurators, I could not find this in the docs: how can Bram> I use wildcards correctly in Makefile.am ? By not using them at all. It is on purpose that they are not supported in Automake. If you really mean to do that, you s

The correct use of wildcards in Makefile.am

2000-07-03 Thread Bram Stolk
Hello configurators, I could not find this in the docs: how can I use wildcards correctly in Makefile.am ? The following Makefile.am works fine, but *only* if srcdir==builddir. However, it is recommended to seperate the sources from objects by using a clean builddir, in which configure is run.