aboutsummaryrefslogtreecommitdiff
path: root/libevent-2.0.20-stable/libevent_pthreads.pc.in
blob: 9bc2392b342e501f69410f0305e4d8ddeae2438a (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_pthreads
Description: libevent_pthreads adds pthreads-based threading support to libevent
Version: @VERSION@
Requires: libevent
Conflicts:
Libs: -L${libdir} -levent_pthreads
Libs.private: @LIBS@ @PTHREAD_LIBS@
Cflags: -I${includedir} @PTHREAD_CFLAGS@