From c43201c65a946171f845450aaea4b19777fcfc23 Mon Sep 17 00:00:00 2001 From: tilman Date: Fri, 23 Mar 2007 21:55:16 +0000 Subject: [PATCH] moved -lm to Libs.private SVN revision: 28967 --- legacy/embryo/embryo.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/embryo/embryo.pc.in b/legacy/embryo/embryo.pc.in index 70fb587c00..c5e085651a 100644 --- a/legacy/embryo/embryo.pc.in +++ b/legacy/embryo/embryo.pc.in @@ -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}