xref: /freebsd/contrib/libevent/libevent_pthreads.pc.in (revision c6879c6c14eedbd060ba588a3129a6c60ebbe783)
1*c43e99fdSEd Maste#libevent pkg-config source file
2*c43e99fdSEd Maste
3*c43e99fdSEd Masteprefix=@prefix@
4*c43e99fdSEd Masteexec_prefix=@exec_prefix@
5*c43e99fdSEd Mastelibdir=@libdir@
6*c43e99fdSEd Masteincludedir=@includedir@
7*c43e99fdSEd Maste
8*c43e99fdSEd MasteName: libevent_pthreads
9*c43e99fdSEd MasteDescription: libevent_pthreads adds pthreads-based threading support to libevent
10*c43e99fdSEd MasteVersion: @VERSION@
11*c43e99fdSEd MasteRequires: libevent
12*c43e99fdSEd MasteConflicts:
13*c43e99fdSEd MasteLibs: -L${libdir} -levent_pthreads
14*c43e99fdSEd MasteLibs.private: @LIBS@ @PTHREAD_LIBS@
15*c43e99fdSEd MasteCflags: -I${includedir} @PTHREAD_CFLAGS@
16*c43e99fdSEd Maste
17