sensor-framework : Initial commit
[platform/core/system/sensord.git] / src / shared / sf_common.pc.in
1 # Package Information for pkg-config
2
3 prefix=@PREFIX@
4 exec_prefix=@EXEC_PREFIX@
5 libdir=@LIBDIR@
6 includedir=@INCLUDEDIR@/sf_common
7
8 Name: libsf_common
9 Description: Commonly used code and defintions for the sensor framework.
10 Version: @VERSION@
11 Requires:
12 Libs: -L${libdir} -lsensord-share
13 Cflags: -I${includedir}