summaryrefslogtreecommitdiff
path: root/libcurl.pc.in
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-02-17 17:55:19 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-02-17 17:55:19 +0000
commit2691f1efc8e99ba811e7b2e0faf3230da4d925ef (patch)
treed6ec0ff1949e583246e1f1b39fdd0c46a5d61124 /libcurl.pc.in
parentd9bf55570b4abbe9ed0058091d567e99ebff0973 (diff)
downloadcurl-2691f1efc8e99ba811e7b2e0faf3230da4d925ef.tar.gz
Use configure's new LIBCURL_LIBS variable
Diffstat (limited to 'libcurl.pc.in')
-rw-r--r--libcurl.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcurl.pc.in b/libcurl.pc.in
index 456850c2b..7e5ffabd2 100644
--- a/libcurl.pc.in
+++ b/libcurl.pc.in
@@ -33,6 +33,6 @@ Name: libcurl
URL: http://curl.haxx.se/
Description: Library to transfer files with ftp, http, etc.
Version: @VERSION@
-Libs: -L${libdir} -lcurl @LDFLAGS@
-Libs.private: @LIBS@
+Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
+Libs.private: @LIBCURL_LIBS@ @LIBS@
Cflags: -I${includedir}