summaryrefslogtreecommitdiff
path: root/libcurl.pc.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-09-02 12:07:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-09-02 12:07:08 +0000
commitbbc002a50575f7690fe67e23850e63bc8eb792f1 (patch)
treee5cfedcf6f0f5ed012ecd14c901d9e4caaad859d /libcurl.pc.in
parentc8d4e8b5d0c83d959256a54dabccc8176db10d78 (diff)
downloadcurl-bbc002a50575f7690fe67e23850e63bc8eb792f1.tar.gz
- Keith Mok added supported_protocols and supported_features to the pkg-config
file for libcurl, and while doing that fix he unified with curl-config.in how the supported protocols and features are extracted and used, so both those tools should now always be synced.
Diffstat (limited to 'libcurl.pc.in')
-rw-r--r--libcurl.pc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcurl.pc.in b/libcurl.pc.in
index 7e5ffabd2..eaf853781 100644
--- a/libcurl.pc.in
+++ b/libcurl.pc.in
@@ -28,6 +28,8 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+supported_protocols="@SUPPORT_PROTOCOLS@"
+supported_features="@SUPPORT_FEATURES@"
Name: libcurl
URL: http://curl.haxx.se/