summaryrefslogtreecommitdiff
path: root/libevent_mbedtls.pc.in
blob: 822cb5da692c63bdcb82ca8f452f24d49490ce64 (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
Conflicts:
Libs: -L${libdir} -levent_mbedtls
Libs.private: @LIBS@ @MBEDTLS_LIBS@
Cflags: -I${includedir} @MBEDTLS_INCS@