blob: 835dcf143dc5172d3c34aed2339c95e6689994cc [file] [log] [blame]
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@
includedir=${prefix}/include
Name: libdaemon
Description: a lightweight C library that eases the writing of UNIX daemons
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -ldaemon
Cflags: -D_REENTRANT -I${includedir}