summaryrefslogtreecommitdiff
path: root/libevent_mbedtls.pc.in
blob: 3f8d40d921519831ef0b2ffc21431b6c43c179e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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_core
Conflicts:
Libs: -L${libdir} -levent_mbedtls
Libs.private: @LIBS@ @MBEDTLS_LIBS@
Cflags: -I${includedir} @MBEDTLS_INCS@