From 4abf4fbaac170baca0b64063144e544805e0de11 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 28 Nov 2012 20:51:13 +0100 Subject: [PATCH] build: fix Windows build targets damaged since commit 550e403f00 --- tests/libtest/Makefile.am | 2 +- tests/server/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index c50f68c64..66c183dde 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -61,7 +61,7 @@ DEPENDENCIES = $(top_builddir)/lib/libcurl.la # Mostly for Windows build targets, when using static libcurl if USE_CPPFLAG_CURL_STATICLIB -AM_CPPFLAGS = -DCURL_STATICLIB +AM_CPPFLAGS += -DCURL_STATICLIB endif # Makefile.inc provides the source defines (TESTUTIL, SUPPORTFILES, diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am index 7e6db1ffe..99cc0d67d 100644 --- a/tests/server/Makefile.am +++ b/tests/server/Makefile.am @@ -51,7 +51,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include/curl \ endif if DOING_NATIVE_WINDOWS -AM_CPPFLAGS = -DCURL_STATICLIB +AM_CPPFLAGS += -DCURL_STATICLIB endif # Makefile.inc provides neat definitions