aboutsummaryrefslogtreecommitdiff
path: root/libevent-2.0.20-stable/libevent.pc.in
blob: 7030884eebd0dd8ddc63fa3996e7afae70e006e8 (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
Description: libevent is an asynchronous notification event loop library
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -levent
Libs.private: @LIBS@
Cflags: -I${includedir}