summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdaemon.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdaemon.pc.in b/libdaemon.pc.in
index ed8cc95..4074627 100644
--- a/libdaemon.pc.in
+++ b/libdaemon.pc.in
@@ -6,5 +6,5 @@ includedir=${prefix}/include
Name: libdaemon
Description: a lightweight C library that eases the writing of UNIX daemons
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -ldaemon -lpthread
+Libs: -L${libdir} -ldaemon
Cflags: -D_REENTRANT -I${includedir}/libdaemon