projects
/
platform
/
core
/
security
/
libcryptsvc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
be4fe2fe61c876250b2ac80f18eb30c6b53f9456
[platform/core/security/libcryptsvc.git]
/
cryptsvc.pc.in
1
# Package Information for pkg-config
2
3
prefix=@PREFIX@
4
libdir=@LIB_INSTALL_DIR@
5
includedir=@INCLUDE_INSTALL_DIR@
6
7
Name: @PC_NAME@
8
Description: @DESCRIPTION@
9
Version: @FULLVER@
10
Requires: @PC_REQUIRED@
11
Libs: -L${libdir} @PC_LDFLAGS@
12
Cflags: -I${includedir}
13