From 744e13e8992638a3af02e847d45c1fa755920c51 Mon Sep 17 00:00:00 2001 From: Junfeng Dong Date: Mon, 25 Mar 2013 20:09:11 +0800 Subject: [PATCH] Fix hard-coded library path in *.pc Change-Id: Ib1f93eb6da7703bca6bb0ad4013e31151f809a42 --- capi-system-sensor.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capi-system-sensor.pc.in b/capi-system-sensor.pc.in index 316fa51..3043220 100644 --- a/capi-system-sensor.pc.in +++ b/capi-system-sensor.pc.in @@ -3,7 +3,7 @@ prefix=@PREFIX@ exec_prefix=/usr -libdir=/usr/lib +libdir=@LIB_INSTALL_DIR@ includedir=/usr/include/system Name: @PC_NAME@ -- 2.34.1