File: libevent_openssl.pc.in

package info (click to toggle)
libevent 2.0.19-stable-3%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,620 kB
  • sloc: ansic: 43,965; sh: 11,187; python: 1,322; makefile: 262
file content (16 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (33)
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_openssl
Description: libevent_openssl adds openssl-based TLS support to libevent
Version: @VERSION@
Requires: libevent
Conflicts:
Libs: -L${libdir} -levent_openssl
Libs.private: @LIBS@ -lssl -lcrypto
Cflags: -I${includedir}