aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/libcrypto.pc.in
blob: c1f1769400b8962827b13a06af3472f63a3e24c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
enginesdir=${libdir}/engines-3

Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
Version: @openssl_ver@
Libs: -L${libdir} -lcrypto
Libs.private: -pthread 
Cflags: -I${includedir}