xref: /freebsd/contrib/ntp/sntp/libevent/libevent_pthreads.pc.in (revision 416ba5c74546f32a993436a99516d35008e9f384)
1*2b15cb3dSCy Schubert#libevent pkg-config source file
2*2b15cb3dSCy Schubert
3*2b15cb3dSCy Schubertprefix=@prefix@
4*2b15cb3dSCy Schubertexec_prefix=@exec_prefix@
5*2b15cb3dSCy Schubertlibdir=@libdir@
6*2b15cb3dSCy Schubertincludedir=@includedir@
7*2b15cb3dSCy Schubert
8*2b15cb3dSCy SchubertName: libevent_pthreads
9*2b15cb3dSCy SchubertDescription: libevent_pthreads adds pthreads-based threading support to libevent
10*2b15cb3dSCy SchubertVersion: @VERSION@
11*2b15cb3dSCy SchubertRequires: libevent
12*2b15cb3dSCy SchubertConflicts:
13*2b15cb3dSCy SchubertLibs: -L${libdir} -levent_pthreads
14*2b15cb3dSCy SchubertLibs.private: @LIBS@ @PTHREAD_LIBS@
15*2b15cb3dSCy SchubertCflags: -I${includedir} @PTHREAD_CFLAGS@
16*2b15cb3dSCy Schubert
17