common, core: fixing broken pkg-config files
authorJanos Kovacs <jankovac503@gmail.com>
Tue, 4 Dec 2012 02:11:12 +0000 (04:11 +0200)
committerJanos Kovacs <jankovac503@gmail.com>
Tue, 4 Dec 2012 02:11:12 +0000 (04:11 +0200)
src/core/murphy-core.pc.in

index 44beac8..cbb1926 100644 (file)
@@ -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}