Chris Pickett wrote:
My main test Makefile.am is here:
http://svn.sable.mcgill.ca/sable/spmt/libspmt/tests/Makefile.am
https://svn.sable.mcgill.ca/sable/spmt/libspmt/tests/Makefile.am
and you can see my (awful) generated code here:
http://svn.sable.mcgill.ca/sable/spmt/libspmt/tests/Makefile.sources.am
https://svn.sable.mcgill.ca/sable/spmt/libspmt/tests/Makefile.sources.am
Sorry, https not http.
Really adding files to noinst_HEADERS isn't much different from just
adding them to EXTRA_DIST.
I agree that the warning
`noinst_prog_HEADERS' is used but `noinst_progdir' is undefined
is weird. I'm mostly arguing to avoid having to do the work of fixing
the warning. ;-)
Yeah, if it's a lot of work, forget it. I do have a workaround...
Chris