>>> "Norman" == Norman Gray <[EMAIL PROTECTED]> writes:

[...]

 Norman> I've managed to get this to work by setting

 Norman> libfoo_la_SOURCES = dummy.f

 Norman> where dummy.f is a trivial Fortran routine.  

Make it

    nodist_EXTRA_libfoo_la_SOURCES = dummy.f

so that the file does not have to exist.  That's the way I do too.
-- 
Alexandre Duret-Lutz



Reply via email to