summaryrefslogtreecommitdiff
path: root/libevent_mbedtls.pc.in
diff options
context:
space:
mode:
authorJesse Fang <boycht@gmail.com>2020-01-13 23:04:29 +0800
committerAzat Khuzhin <azat@libevent.org>2020-07-22 22:52:58 +0300
commitb28effa95082e468340cc13d274d3a2ea205c174 (patch)
tree4e28a9e50b65f2626727147c2c19c5f56f198a3a /libevent_mbedtls.pc.in
parent79dc8789f5a679391639fe9995a47f2bcd997e07 (diff)
downloadlibevent-b28effa95082e468340cc13d274d3a2ea205c174.tar.gz
mbedtls based SSL implementation
prototype is libevent-2.1.11-stable libevent_openssl.c
Diffstat (limited to 'libevent_mbedtls.pc.in')
-rw-r--r--libevent_mbedtls.pc.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/libevent_mbedtls.pc.in b/libevent_mbedtls.pc.in
new file mode 100644
index 00000000..822cb5da
--- /dev/null
+++ b/libevent_mbedtls.pc.in
@@ -0,0 +1,16 @@
+#libevent pkg-config source file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libevent_mbedtls
+Description: libevent_mbedtls adds mbedtls-based TLS support to libevent
+Version: @VERSION@
+Requires: libevent
+Conflicts:
+Libs: -L${libdir} -levent_mbedtls
+Libs.private: @LIBS@ @MBEDTLS_LIBS@
+Cflags: -I${includedir} @MBEDTLS_INCS@
+