1 #libevent pkg-config source file
4 exec_prefix=@exec_prefix@
6 includedir=@includedir@
8 Name: libevent_pthreads
9 Description: libevent_pthreads adds pthreads-based threading support to libevent
13 Libs: -L${libdir} -levent_pthreads
14 Libs.private: @LIBS@ @PTHREAD_LIBS@
15 Cflags: -I${includedir} @PTHREAD_CFLAGS@