automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Forcing the linking language


From: Alexandre Duret-Lutz
Subject: Re: Forcing the linking language
Date: Fri, 22 Oct 2004 21:20:29 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Norman" == Norman Gray <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]