From: Janos Kovacs Date: Tue, 4 Dec 2012 02:11:12 +0000 (+0200) Subject: common, core: fixing broken pkg-config files X-Git-Tag: accepted/2.0alpha/20121205.174855~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9b744619c1357064c60c075c6f746526bd93fd5;p=profile%2Fivi%2Fmurphy.git common, core: fixing broken pkg-config files --- diff --git a/src/core/murphy-core.pc.in b/src/core/murphy-core.pc.in index 44beac8..cbb1926 100644 --- a/src/core/murphy-core.pc.in +++ b/src/core/murphy-core.pc.in @@ -5,8 +5,7 @@ includedir=@includedir@ Name: murphy-core Description: Murphy policy framework, core library. -Requires: murphy-common @PACKAGE_VERSION@ -Requires: lua +Requires: murphy-common lua Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lmurphy-common +Libs: -L${libdir} -lmurphy-common -lmurphy-lua-decision -lmurphy-lua-utils @LUA_LIBS@ -lmurphy-core Cflags: -I${includedir}