diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-02 12:07:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-02 12:07:08 +0000 |
commit | bbc002a50575f7690fe67e23850e63bc8eb792f1 (patch) | |
tree | e5cfedcf6f0f5ed012ecd14c901d9e4caaad859d /libcurl.pc.in | |
parent | c8d4e8b5d0c83d959256a54dabccc8176db10d78 (diff) | |
download | curl-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.in | 2 |
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/ |