moved -lm to Libs.private

SVN revision: 28967
This commit is contained in:
tilman 2007-03-23 21:55:16 +00:00 committed by tilman
parent fd8d972c13
commit c43201c65a
1 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,6 @@ embryoincludedir=@embryoincludedir@
Name: embryo
Description: A small virtual machine engine and bytecode compiler
Version: @VERSION@
Libs: -L${libdir} -lembryo -lm
Libs: -L${libdir} -lembryo
Libs.private: -lm
Cflags: -I${includedir}