summaryrefslogtreecommitdiffstats
path: root/pkgconfig/libdaemon.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfig/libdaemon.pc.in')
-rw-r--r--pkgconfig/libdaemon.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgconfig/libdaemon.pc.in b/pkgconfig/libdaemon.pc.in
new file mode 100644
index 0000000..835dcf1
--- /dev/null
+++ b/pkgconfig/libdaemon.pc.in
@@ -0,0 +1,10 @@
+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}