diff options
author | Yang Tse <yangsita@gmail.com> | 2013-03-12 00:24:37 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-03-12 00:27:47 +0100 |
commit | 83a42ee20ea7fc25abb61c0b7ef56ebe712d7093 (patch) | |
tree | c61e79d6ca44352f1e184c305275df1fcb53adb1 /src/Makefile.am | |
parent | 90d7d1b727e2deae0ae903f9f39f68e14b284c00 (diff) | |
download | curl-83a42ee20ea7fc25abb61c0b7ef56ebe712d7093.tar.gz |
curl.h: stricter CURL_EXTERN linkage decorations logic
No API change involved.
Info: http://curl.haxx.se/mail/lib-2013-02/0234.html
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 081820558..814af6ed0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,7 +44,6 @@ AM_CPPFLAGS = -I$(top_builddir)/include/curl \ bin_PROGRAMS = curl -# Mostly for Windows build targets, when using static libcurl if USE_CPPFLAG_CURL_STATICLIB AM_CPPFLAGS += -DCURL_STATICLIB endif |