aboutsummaryrefslogtreecommitdiff
path: root/libssl.pc.in
blob: ae61aec822bb6f3e076f76a8ad5bc3826961e363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#libssl pkg-config source file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: LibreSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: @VERSION@
Requires:
Requires.private: libcrypto
Conflicts:
Libs: -L${libdir} -lssl
Libs.private: @LIBS@ -lcrypto @PLATFORM_LDADD@
Cflags: -I${includedir}