[Non-ACR]Coverity fixes
[platform/core/context/context-common.git] / pkg-config.pc.in
1 #Package Information for pkg-config
2
3 prefix=@PREFIX@
4 exec_prefix=@PREFIX@
5 libdir=@PC_LIBDIR@
6 includedir=@PC_INCLUDE@
7
8 Name: @PC_NAME@
9 Description: @PC_DESCRIPTION@
10 Version: @VERSION@
11 Requires: @PC_REQUIRED@
12 Libs: -L${libdir} @PC_LDFLAGS@
13 Cflags: -I${includedir}