libevent_openssl.pc.in revision 302408
117651Speter#libevent pkg-config source file
2131377Stjr
317651Speterprefix=@prefix@
4237410Sdelphijexec_prefix=@exec_prefix@
5237410Sdelphijlibdir=@libdir@
6237410Sdelphijincludedir=@includedir@
7237410Sdelphij
8237410SdelphijName: libevent_openssl
9237410SdelphijDescription: libevent_openssl adds openssl-based TLS support to libevent
10237410SdelphijVersion: @VERSION@
11237410SdelphijRequires: libevent
12237410SdelphijConflicts:
13237410SdelphijLibs: -L${libdir} -levent_openssl
14237410SdelphijLibs.private: @LIBS@ @OPENSSL_LIBS@
15237410SdelphijCflags: -I${includedir} @OPENSSL_INCS@
16237410Sdelphij
17237410Sdelphij