summaryrefslogtreecommitdiff
path: root/libevent_mbedtls.pc.in
blob: 89479a13fe6f1a16cdd2c7153cfe856973439590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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
Libs: -L${libdir} -levent_mbedtls@CMAKE_DEBUG_POSTFIX@
Libs.private: -lmbedtls -lmbedx509 @LIBS@
Cflags: -I${includedir}