Update Snapshot(2018-12-12)
[platform/upstream/iotivity.git] / iotivity.pc.in
1 # Package Information for pkg-config
2
3 prefix=@PREFIX@
4 exec_prefix=${prefix}
5 libdir=@LIB_INSTALL_DIR@
6 includedir=${prefix}/include
7 svcincludedir=${includedir}/service
8
9 Name: iotivity
10 Description: IoTivity is an open source reference implementation of the OIC standard specifications. This includes the libs for resource c and c++ sdk apis.
11 Version: @VERSION@
12 URL: https://www.iotivity.org
13 Requires:
14 Libs: -L${libdir} -loc -loc_logger -loc_logger_core -loctbstack -lconnectivity_abstraction -lresource_directory @LIBS@
15 Cflags: -I${includedir}/resource \
16                         -I${includedir}/c_common \
17                         -I${svcincludedir}/easy-setup \
18                         -I${svcincludedir}/notification \
19                         -I${svcincludedir}/resource-encapsulation \
20                         -I${svcincludedir}/resource-container \
21                         -I${svcincludedir}/resource-hosting \
22                         -I${svcincludedir}/resource-directory \
23                         -I${svcincludedir}/things-manager \
24                         @DEFINES@