automake
[Top][All Lists]
Advanced

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

Re: [BUG] nasm files are not processed in automake generated Makefiles


From: Edouard Gomez
Subject: Re: [BUG] nasm files are not processed in automake generated Makefiles
Date: Sat, 24 Aug 2002 15:46:55 +0200
User-agent: Mutt/1.4i

Thanks both answers.

The final solution is a mix of both :

EXTRA_PROGRAMS = foo                            <-- from Alexandre Duret
libxvid_la_DEPENDENCIES = $(SRC_INTEL:.asm.lo)  <-- from Kevin Ryde

The libxvid_la_LDADD= ...  is not needed because as  i said before the
nasm .lo files were in the generated Makefile but not "active"

Thanks a lot.

-- 
Edouard Gomez




reply via email to

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