summaryrefslogtreecommitdiff
path: root/neon.pc.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-06-26 10:01:29 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-06-26 10:01:29 +0000
commitf685cdb92c9b0877ce7ceb546b506152da274364 (patch)
treec59fb6bbe3abbb9cc663dee1b074c1dd55ca5d70 /neon.pc.in
parent34275ec40affe0b94967c615aad3a5811bc09516 (diff)
downloadneon-f685cdb92c9b0877ce7ceb546b506152da274364.tar.gz
* configure.in: Substitute NEON_PC_LIBS for neon.pc.
* neon.pc.in: Define Libs.Private; use only NEON_PC_LIBS in Libs. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1054 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
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@