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 /tests/unit | |
parent | 90d7d1b727e2deae0ae903f9f39f68e14b284c00 (diff) |
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 'tests/unit')
-rw-r--r-- | tests/unit/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 12d5fe314..666fc00ea 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2013, 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 @@ -59,12 +59,7 @@ LIBS = $(BLANK_AT_MAKETIME) LDADD = $(top_builddir)/lib/libcurlu.la @LDFLAGS@ @LIBCURL_LIBS@ DEPENDENCIES = $(top_builddir)/lib/libcurlu.la -AM_CPPFLAGS += -DUNITTESTS - -# Mostly for Windows build targets, when using static libcurl -if USE_CPPFLAG_CURL_STATICLIB -AM_CPPFLAGS += -DCURL_STATICLIB -endif +AM_CPPFLAGS += -DCURL_STATICLIB -DUNITTESTS # Makefile.inc provides neat definitions include Makefile.inc |