blob: 2e07ac34597e0056b0e91589ddb5ae3391332a35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Package Information for pkg-config
prefix=@PREFIX@
exec_prefix=@EXEC_PREFIX@
libdir=@LIB_INSTALL_DIR@
includedir=@INCLUDEDIR@/sf_common
Name: libsf_common
Description: Commonly used code and defintions for the sensor framework.
Version: @VERSION@
Requires:
Libs: -L${libdir} -lsf_common
Cflags: -I${includedir}
|