Add the file openssl.pc that I forgot a while ago.

This commit is contained in:
Richard Levitte 2002-11-17 08:03:24 +00:00
parent b4b82ab465
commit 95189389b0

11
openssl.pc Normal file
View File

@ -0,0 +1,11 @@
prefix=/usr/local/ssl
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Version: 0.9.8-dev
Requires:
Libs: -L${libdir} -lssl -lcrypto -ldl
Cflags: -I${includedir}