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 /docs/examples/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 'docs/examples/Makefile.am')
-rw-r--r-- | docs/examples/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index cbfdac502..8e2bc9a83 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -43,7 +43,6 @@ LIBDIR = $(top_builddir)/lib # Avoid libcurl obsolete stuff AM_CPPFLAGS += -DCURL_NO_OLDIES -# Mostly for Windows build targets, when using static libcurl if USE_CPPFLAG_CURL_STATICLIB AM_CPPFLAGS += -DCURL_STATICLIB endif |