summaryrefslogtreecommitdiff
path: root/neon.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'neon.pc.in')
-rw-r--r--neon.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/neon.pc.in b/neon.pc.in
index 9d431de..f72bdeb 100644
--- a/neon.pc.in
+++ b/neon.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: neon
Description: HTTP/WebDAV client library
Version: @NEON_VERSION@
-Libs: -L${libdir} -lneon @NEON_LIBS@
+Libs.private: @NEON_LIBS@
+Libs: -L${libdir} -lneon @NEON_PC_LIBS@
Cflags: -I${includedir}/neon @NEON_CFLAGS@