xref: /freebsd/contrib/ntp/sntp/libevent/libevent_core.pc.in (revision a466cc55373fc3cf86837f09da729535b57e69a1)
1*a466cc55SCy Schubert#libevent pkg-config source file
2*a466cc55SCy Schubert
3*a466cc55SCy Schubertprefix=@prefix@
4*a466cc55SCy Schubertexec_prefix=@exec_prefix@
5*a466cc55SCy Schubertlibdir=@libdir@
6*a466cc55SCy Schubertincludedir=@includedir@
7*a466cc55SCy Schubert
8*a466cc55SCy SchubertName: libevent_core
9*a466cc55SCy SchubertDescription: libevent_core
10*a466cc55SCy SchubertVersion: @VERSION@
11*a466cc55SCy SchubertRequires:
12*a466cc55SCy SchubertConflicts:
13*a466cc55SCy SchubertLibs: -L${libdir} -levent_core
14*a466cc55SCy SchubertLibs.private: @LIBS@
15*a466cc55SCy SchubertCflags: -I${includedir}
16*a466cc55SCy Schubert
17