common: fix copy-paste typo in pkg-config file.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Mon, 30 Apr 2012 08:30:50 +0000 (11:30 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Mon, 30 Apr 2012 08:30:50 +0000 (11:30 +0300)
src/common/murphy-common.pc.in

index 6a486b3..37f7096 100644 (file)
@@ -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@