aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/libcrypto.pc.in
blob: d0da079d9f19d1fc17505e8fbdaf5e57e5e58708 (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

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