michael@0: #libevent pkg-config source file michael@0: michael@0: prefix=@prefix@ michael@0: exec_prefix=@exec_prefix@ michael@0: libdir=@libdir@ michael@0: includedir=@includedir@ michael@0: michael@0: Name: libevent_pthreads michael@0: Description: libevent_pthreads adds pthreads-based threading support to libevent michael@0: Version: @VERSION@ michael@0: Requires: libevent michael@0: Conflicts: michael@0: Libs: -L${libdir} -levent_pthreads michael@0: Libs.private: @LIBS@ @PTHREAD_LIBS@ michael@0: Cflags: -I${includedir} @PTHREAD_CFLAGS@ michael@0: