Merge branch 'master' into easysetup
[platform/upstream/iotivity.git] / iotivity.pc.in
1 # Package Information for pkg-config
2
3 prefix=@PREFIX@
4 exec_prefix=${prefix}
5 libdir=${prefix}/lib
6 includedir=${prefix}/include/
7
8 Name: iotivity
9 Description: IoTivity is an open source reference implementation of the OIC standard specifications. This includes the libs for resource c and c++ sdk apis.
10 Version: @VERSION@
11 URL: https://www.iotivity.org
12 Requires:
13 Libs: -L${libdir} -loctbstack -loc
14 Cflags: -I${includedir}