summaryrefslogtreecommitdiffstats
path: root/pkgconfig/libdaemon-uninstalled.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfig/libdaemon-uninstalled.pc.in')
-rw-r--r--pkgconfig/libdaemon-uninstalled.pc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgconfig/libdaemon-uninstalled.pc.in b/pkgconfig/libdaemon-uninstalled.pc.in
new file mode 100644
index 0000000..3ceb71b
--- /dev/null
+++ b/pkgconfig/libdaemon-uninstalled.pc.in
@@ -0,0 +1,8 @@
+libdir=@abs_top_builddir@/libdaemon/.libs
+includedir=@abs_top_srcdir@
+
+Name: libdaemon
+Description: a lightweight C library that eases the writing of UNIX daemons
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -R${libdir} -ldaemon
+Cflags: -D_REENTRANT -I${includedir}