• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
1#libevent pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: libevent
9Description: libevent is an asynchronous notification event loop library
10Version: @VERSION@
11Requires:
12Conflicts:
13Libs: -L${libdir} -levent
14Libs.private: @LIBS@
15Cflags: -I${includedir}
16
17