diff options
author | Yang Tse <yangsita@gmail.com> | 2012-11-28 20:51:13 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-11-28 20:51:13 +0100 |
commit | 4abf4fbaac170baca0b64063144e544805e0de11 (patch) | |
tree | 6167c2ad0abb565178aa4ae4c2219e9830aebb72 /tests/libtest | |
parent | 16a8281f716234b86daf1737f9ab3fab66043e82 (diff) |
build: fix Windows build targets damaged since commit 550e403f00
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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, |