libreSSL/libcrypto.pc.in
2014-07-12 03:34:08 -05:00

16 lines
313 B
PkgConfig

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