summaryrefslogtreecommitdiff
path: root/libevent_pthreads.pc.in
blob: dee582514fcbc5068035f966af238c58a9d1bb07 (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_core
Conflicts:
Libs: -L${libdir} -levent_pthreads
Libs.private: @LIBS@ @PTHREAD_LIBS@
Cflags: -I${includedir} @PTHREAD_CFLAGS@