From 3d3067bf0de583a5314c49594709114709855d50 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Mon, 30 Apr 2012 11:30:50 +0300 Subject: [PATCH] common: fix copy-paste typo in pkg-config file. --- src/common/murphy-common.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/murphy-common.pc.in b/src/common/murphy-common.pc.in index 6a486b3..37f7096 100644 --- a/src/common/murphy-common.pc.in +++ b/src/common/murphy-common.pc.in @@ -7,5 +7,5 @@ Name: murphy-common Description: Murphy policy framework, common library. Requires: Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lsysinfo-common @GLIB_LIBS@ @DBUS_LIBS@ +Libs: -L${libdir} -lmurphy-common @GLIB_LIBS@ @DBUS_LIBS@ Cflags: -I${includedir} @GLIB_CFLAGS@ @DBUS_CFLAGS@ -- 2.7.4