diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2018-06-01 00:00:45 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-06 23:55:33 +0200 |
commit | b59cbf746f53d906fb4133da76b13d031dbde3da (patch) | |
tree | aa64148ce87b614612cb21b59f83b09ba8be130c /tests | |
parent | 76457ccdec1359fcad41b7cdd2ccba2661168cad (diff) | |
download | curl-b59cbf746f53d906fb4133da76b13d031dbde3da.tar.gz |
tests/libtests/Makefile.am: Add lib1521.c to CLEANFILES
This removes the generated lib1521.c when running make clean.
Closes #2633
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/Makefile.am | 2 |
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) |