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