summaryrefslogtreecommitdiff
path: root/sensor.pc.in
diff options
context:
space:
mode:
authorJunfeng Dong <junfeng.dong@intel.com>2013-03-25 19:43:12 +0800
committerlifang <fangx.li@intel.com>2013-03-29 05:20:58 +0800
commitdf14a3d94e2ec1681d1656dc4263791b24b3870a (patch)
treeef34aecb70cc30fd5381f98c0f8c8223a17f0d32 /sensor.pc.in
parentfe586d36916373dd4cd5b3e90207cc5f26c64091 (diff)
downloadlibslp-sensor-df14a3d94e2ec1681d1656dc4263791b24b3870a.tar.gz
libslp-sensor-df14a3d94e2ec1681d1656dc4263791b24b3870a.tar.bz2
libslp-sensor-df14a3d94e2ec1681d1656dc4263791b24b3870a.zip
Fix for 64 bit compatibility.
- Use %cmake macro to set default path - Fix hard-coded library path - Fix the wrong cast between int and pointer. Change-Id: I4c0636e5e2e30f07f72aea9063de06d588bef901
Diffstat (limited to 'sensor.pc.in')
-rw-r--r--sensor.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensor.pc.in b/sensor.pc.in
index abac8eb..33168d0 100644
--- a/sensor.pc.in
+++ b/sensor.pc.in
@@ -2,7 +2,7 @@
prefix=@PREFIX@
exec_prefix=@EXEC_PREFIX@
-libdir=@LIBDIR@
+libdir=@LIB_INSTALL_DIR@
includedir=@INCLUDEDIR@/sensor
Name: libsensor