summaryrefslogtreecommitdiff
path: root/libevent_openssl.pc.in
blob: f9da5ead934b2948fae7a94a6230a969a27f6716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#libevent pkg-config source file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libevent_openssl
Description: libevent_openssl adds openssl-based TLS support to libevent
Version: @VERSION@
Requires: libevent_core
Requires.private: libssl
Libs: -L${libdir} -levent_openssl@CMAKE_DEBUG_POSTFIX@
Libs.private: @LIBS@
Cflags: -I${includedir}