projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8196d87
)
Add the file openssl.pc that I forgot a while ago.
author
Richard Levitte
<levitte@openssl.org>
Sun, 17 Nov 2002 07:47:25 +0000
(07:47 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 17 Nov 2002 07:47:25 +0000
(07:47 +0000)
openssl.pc
[new file with mode: 0644]
patch
|
blob
diff --git a/openssl.pc
b/openssl.pc
new file mode 100644
(file)
index 0000000..
d2a6950
--- /dev/null
+++ b/
openssl.pc
@@ -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.7-beta3
+Requires:
+Libs: -L${libdir} -lssl -lcrypto -ldl
+Cflags: -I${includedir}