aboutsummaryrefslogtreecommitdiff
path: root/libcrypto.pc.in
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-12 03:34:08 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-12 03:34:08 -0500
commit65944782c3a1c347f5d57cc6649f04e8a89c58bd (patch)
tree6a6d0976ea644d81ac187e53f1fcb3e55adc2e5d /libcrypto.pc.in
parent6017202b77e4483b6ac5db7bb48932f2e7411245 (diff)
downloadportable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.tar.gz
portable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.tar.bz2
portable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.zip
add platform libraries to libcompat's LIBADD list
ok beck@
Diffstat (limited to 'libcrypto.pc.in')
-rw-r--r--libcrypto.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/libcrypto.pc.in b/libcrypto.pc.in
new file mode 100644
index 0000000..4e886b9
--- /dev/null
+++ b/libcrypto.pc.in
@@ -0,0 +1,15 @@
1#libcrypto pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: LibreSSL-libssl
9Description: Secure Sockets Layer and cryptography libraries
10Version: @VERSION@
11Requires:
12Conflicts:
13Libs: -L${libdir} -lcrypto
14Libs.private: @LIBS@
15Cflags: -I${includedir}