Home | History | Annotate | Download | only in pkgconfig
      1 libdir=@abs_top_builddir@/libdaemon/.libs
      2 includedir=@abs_top_srcdir@
      3 
      4 Name: libdaemon
      5 Description: a lightweight C library that eases the writing of UNIX daemons
      6 Version: @PACKAGE_VERSION@
      7 Libs: -L${libdir} -R${libdir} -ldaemon
      8 Cflags: -D_REENTRANT -I${includedir}
      9