• 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_pthreads
9Description: libevent_pthreads adds pthreads-based threading support to libevent
10Version: @VERSION@
11Requires: libevent
12Conflicts:
13Libs: -L${libdir} -levent_pthreads
14Libs.private: @LIBS@ @PTHREAD_LIBS@
15Cflags: -I${includedir} @PTHREAD_CFLAGS@
16
17