aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabian Keil <fk@fabiankeil.de>2012-11-08 16:36:55 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-11-08 18:33:47 +0100
commit6d1b493f3d456bfec1cc71c45199337314f999b0 (patch)
treedd4c70b74c46b0dc9d9096e44297ac86b472c671 /tests
parent7840c4c70cd2a7395bcb5b840f91d9e1ac707948 (diff)
Fix compilation of lib1501
Diffstat (limited to 'tests')
-rw-r--r--tests/libtest/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/Makefile.inc b/tests/libtest/Makefile.inc
index e0ebcb4c7..3cbc45aad 100644
--- a/tests/libtest/Makefile.inc
+++ b/tests/libtest/Makefile.inc
@@ -189,7 +189,7 @@ lib599_SOURCES = lib599.c $(SUPPORTFILES)
lib1500_SOURCES = lib1500.c $(SUPPORTFILES) $(TESTUTIL)
-lib1501_SOURCES = lib1501.c $(SUPPORTFILES) $(TESTUTIL)
+lib1501_SOURCES = lib1501.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
libauthretry_SOURCES = libauthretry.c $(SUPPORTFILES)