summaryrefslogtreecommitdiff
path: root/iotivity.pc.in
diff options
context:
space:
mode:
authorYoungjae Shin <yj99.shin@samsung.com>2016-02-19 16:51:42 +0900
committerUze Choi <uzchoi@samsung.com>2016-02-24 01:23:11 +0000
commit88d986a4a892b62fddf9d2655a620ab86372a299 (patch)
tree632fbabc7b01b2c3919aa4d666538c82ed9cde6c /iotivity.pc.in
parent8837368baaeeb8696d54b9f5df9c8bdb7d813206 (diff)
downloadiotivity-88d986a4a892b62fddf9d2655a620ab86372a299.tar.gz
iotivity-88d986a4a892b62fddf9d2655a620ab86372a299.tar.bz2
iotivity-88d986a4a892b62fddf9d2655a620ab86372a299.zip
revise build scripts and spec file for Tizen
Change-Id: I33e03cd1a0bbfcdd635d14077a67aff680cf88d5 Signed-off-by: Youngjae Shin <yj99.shin@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5075 Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by: Uze Choi <uzchoi@samsung.com>
Diffstat (limited to 'iotivity.pc.in')
-rw-r--r--iotivity.pc.in15
1 files changed, 11 insertions, 4 deletions
diff --git a/iotivity.pc.in b/iotivity.pc.in
index 100de759d..59bd6b571 100644
--- a/iotivity.pc.in
+++ b/iotivity.pc.in
@@ -2,13 +2,20 @@
prefix=@PREFIX@
exec_prefix=${prefix}
-libdir=${prefix}/lib
-includedir=${prefix}/include/
+libdir=@LIB_INSTALL_DIR@
+includedir=${prefix}/include
+svcincludedir=${includedir}/service
Name: iotivity
Description: IoTivity is an open source reference implementation of the OIC standard specifications. This includes the libs for resource c and c++ sdk apis.
Version: @VERSION@
URL: https://www.iotivity.org
Requires:
-Libs: -L${libdir} -loctbstack -loc
-Cflags: -I${includedir}
+Libs: -L${libdir} -loc -loc_logger -loc_logger_core -loctbstack -lconnectivity_abstraction
+Cflags: -I${includedir}/resource \
+ -I${svcincludedir}/resource-encapsulation \
+ -I${svcincludedir}/resource-container \
+ -I${svcincludedir}/resource-hosting \
+ -I${svcincludedir}/resource-directory \
+ -I${svcincludedir}/things-manager \
+ -D@ROUTING_DEFINE@