aboutsummaryrefslogtreecommitdiff
path: root/tests/server/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-04-12 13:08:48 +0200
committerYang Tse <yangsita@gmail.com>2012-04-12 13:08:48 +0200
commit38ae6ec1a29eb6d2adbfb164d3d71bdc17730aa7 (patch)
tree72dba78622fbda3c1ab1b78081043b3a27d90f4b /tests/server/Makefile.am
parent9e24b9c7afbcb81120af4cf3f6cdee49a06d8224 (diff)
configure: NATIVE_WINDOWS no longer defined in config files
Diffstat (limited to 'tests/server/Makefile.am')
-rw-r--r--tests/server/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am
index 60a399ec0..9d58e085f 100644
--- a/tests/server/Makefile.am
+++ b/tests/server/Makefile.am
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -50,6 +50,10 @@ INCLUDES = -I$(top_builddir)/include/curl \
-I$(top_srcdir)/lib
endif
+if DOING_NATIVE_WINDOWS
+AM_CPPFLAGS = -DCURL_STATICLIB
+endif
+
# Makefile.inc provides neat definitions
include Makefile.inc