libevent.pc.in revision 280849
1167465Smp#libevent pkg-config source file
259243Sobrien
359243Sobrienprefix=@prefix@
459243Sobrienexec_prefix=@exec_prefix@
559243Sobrienlibdir=@libdir@
659243Sobrienincludedir=@includedir@
759243Sobrien
859243SobrienName: libevent
959243SobrienDescription: libevent is an asynchronous notification event loop library
1059243SobrienVersion: @VERSION@
1159243SobrienRequires:
12Conflicts:
13Libs: -L${libdir} -levent
14Libs.private: @LIBS@
15Cflags: -I${includedir}
16
17