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/server | |
parent | 16a8281f716234b86daf1737f9ab3fab66043e82 (diff) |
build: fix Windows build targets damaged since commit 550e403f00
Diffstat (limited to 'tests/server')
-rw-r--r-- | tests/server/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |