sensord: update for being the compatible with the x32 and x64 79/32479/5
authorKibak Yoon <kibak.yoon@samsung.com>
Thu, 18 Dec 2014 12:27:11 +0000 (21:27 +0900)
committerKibak Yoon <kibak.yoon@samsung.com>
Mon, 5 Jan 2015 09:25:06 +0000 (18:25 +0900)
commitb272c33e00270c2fb57afaa58a4cde4505f8fb0e
treea538897e79965ba71486ce188309c57b6e5d73b7
parent0b7df866dccf74841de3aa1e7b770542e27989bf
sensord: update for being the compatible with the x32 and x64

* replaced "/usr/lib" by %{_libdir}
* replaced "/usr/include" by %{_includedir}

refered from the below url:
https://wiki.tizen.org/wiki/HOW-TO_Build_a_Tizen_distribution_for_x64_arch

Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: I4c57f6ec79754aa20cd103d34e6a00ebfffff42c
18 files changed:
CMakeLists.txt
packaging/sensord.spec
src/CMakeLists.txt
src/accel/CMakeLists.txt
src/geo/CMakeLists.txt
src/gravity/CMakeLists.txt
src/gyro/CMakeLists.txt
src/libsensord/CMakeLists.txt
src/light/CMakeLists.txt
src/linear_accel/CMakeLists.txt
src/orientation/CMakeLists.txt
src/pressure/CMakeLists.txt
src/proxi/CMakeLists.txt
src/sensor_fusion/CMakeLists.txt
src/shared/CMakeLists.txt
src/temperature/CMakeLists.txt
test/CMakeLists.txt
test/sensor-tc.pc