diff options
author | Yang Tse <yangsita@gmail.com> | 2012-11-29 21:56:48 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-11-29 21:56:48 +0100 |
commit | d27a46f09b9e52f5f37093f25893f2907fc1061b (patch) | |
tree | 1a25f2728c211a4b67aace8e7957c31150dd99ec /tests/server | |
parent | 4abf4fbaac170baca0b64063144e544805e0de11 (diff) |
build: prevent global LIBS from influencing test server build targets
Diffstat (limited to 'tests/server')
-rw-r--r-- | tests/server/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am index 99cc0d67d..85e0c097c 100644 --- a/tests/server/Makefile.am +++ b/tests/server/Makefile.am @@ -50,6 +50,10 @@ AM_CPPFLAGS = -I$(top_builddir)/include/curl \ -I$(top_srcdir)/lib endif +# Prevent global LIBS from influencing test server build targets +BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ +LIBS = $(BLANK_AT_MAKETIME) + if DOING_NATIVE_WINDOWS AM_CPPFLAGS += -DCURL_STATICLIB endif |