diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3e372422f..fb16192e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,6 +44,11 @@ INCLUDES = -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 + include Makefile.inc # This might hold -Werror |