diff options
Diffstat (limited to 'tests/server/Makefile.am')
-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 |