summaryrefslogtreecommitdiff
path: root/iotivity.pc.in
blob: e7ae88d0905016abfa6b25c5fd16c342aad7f1db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Package Information for pkg-config

prefix=@PREFIX@
exec_prefix=${prefix}
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} -loc -loc_logger -loc_logger_core -loctbstack -lconnectivity_abstraction -lresource_directory @LIBS@
Cflags: -I${includedir}/resource \
			-I${includedir}/c_common \
			-I${svcincludedir}/easy-setup \
			-I${svcincludedir}/notification \
			-I${svcincludedir}/resource-encapsulation \
			-I${svcincludedir}/resource-container \
			-I${svcincludedir}/resource-hosting \
			-I${svcincludedir}/resource-directory \
			-I${svcincludedir}/things-manager \
			@DEFINES@