summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRikard Falkeborn <rikard.falkeborn@gmail.com>2018-06-01 00:00:45 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-06-06 23:55:33 +0200
commitb59cbf746f53d906fb4133da76b13d031dbde3da (patch)
treeaa64148ce87b614612cb21b59f83b09ba8be130c
parent76457ccdec1359fcad41b7cdd2ccba2661168cad (diff)
downloadcurl-b59cbf746f53d906fb4133da76b13d031dbde3da.tar.gz
tests/libtests/Makefile.am: Add lib1521.c to CLEANFILES
This removes the generated lib1521.c when running make clean. Closes #2633
-rw-r--r--tests/libtest/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am
index 03eeb06da..d14f37d39 100644
--- a/tests/libtest/Makefile.am
+++ b/tests/libtest/Makefile.am
@@ -51,6 +51,8 @@ CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
CFLAGS += @CURL_CFLAG_EXTRAS@
+CLEANFILES = lib1521.c
+
# Prevent LIBS from being used for all link targets
LIBS = $(BLANK_AT_MAKETIME)