From 2865716bcccc5e29c155d81b689ce0958c749e53 Mon Sep 17 00:00:00 2001 From: Janos Kovacs Date: Tue, 2 Oct 2012 16:58:31 +0300 Subject: [PATCH] resource: fixing pkg-config file --- src/resource/murphy-resource.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resource/murphy-resource.pc.in b/src/resource/murphy-resource.pc.in index 0aace7e..14eaa34 100644 --- a/src/resource/murphy-resource.pc.in +++ b/src/resource/murphy-resource.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: murphy-resource Description: Murphy policy framework, resource library. -Requires: murphy-core murphy-common @PACKAGE_VERSION@ +Requires: murphy-core murphy-common = @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lmurphy-core -lmurphy-common +Libs: -L${libdir} -lmurphy-core -lmurphy-common -lmurphy-resource Cflags: -I${includedir} -- 2.7.4