diff options
author | Yang Tse <yangsita@gmail.com> | 2012-05-25 23:59:38 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-05-26 00:01:00 +0200 |
commit | a379a4c1637cfe266bfa95c2c878f9cc06ce2f6a (patch) | |
tree | 885db05c5c1562a9b2d0323d86eff865ec490611 /libcurl.pc.in | |
parent | b061fed981c97bef78679f193173ab55a4dce91e (diff) | |
download | curl-a379a4c1637cfe266bfa95c2c878f9cc06ce2f6a.tar.gz |
Fix libcurl.pc and curl-config generation for static MingW* cross builds
Diffstat (limited to 'libcurl.pc.in')
-rw-r--r-- | libcurl.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcurl.pc.in b/libcurl.pc.in index 2ba9c39a2..6e878c549 100644 --- a/libcurl.pc.in +++ b/libcurl.pc.in @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -36,4 +36,4 @@ Description: Library to transfer files with ftp, http, etc. Version: @CURLVERSION@ Libs: -L${libdir} -lcurl @LIBS@ Libs.private: @LIBCURL_LIBS@ @LIBS@ -Cflags: -I${includedir} +Cflags: -I${includedir} @CPPFLAG_CURL_STATICLIB@ |