libressl-portable/libssl.pc.in

14 lines
293 B
PkgConfig
Raw Permalink Normal View History

#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.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}