summaryrefslogtreecommitdiff
path: root/neon.pc.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2014-09-20 19:09:19 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2014-09-20 19:09:19 +0000
commit5985e0922b6ec719426d7d81aeeb7e8a822865e1 (patch)
treeba51364027ecf3e5f2518fec4b47084cca3f3484 /neon.pc.in
parentf09c33299bf934f048f6ba182fb89e312359c0b6 (diff)
downloadneon-5985e0922b6ec719426d7d81aeeb7e8a822865e1.tar.gz
* neon.pc.in: Reorder Libs/Libs.private to fix static linking (Alan H).
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1943 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'neon.pc.in')
-rw-r--r--neon.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/neon.pc.in b/neon.pc.in
index f72bdeb..8040487 100644
--- a/neon.pc.in
+++ b/neon.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: neon
Description: HTTP/WebDAV client library
Version: @NEON_VERSION@
-Libs.private: @NEON_LIBS@
Libs: -L${libdir} -lneon @NEON_PC_LIBS@
+Libs.private: @NEON_LIBS@
Cflags: -I${includedir}/neon @NEON_CFLAGS@