summaryrefslogtreecommitdiffstats
path: root/libdaemon.pc.in
blob: edd43e4a05bd9e0734eab482157634746004e29d (plain)
1
2
3
4
5
6
7
8
9
10
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
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}