From b59cbf746f53d906fb4133da76b13d031dbde3da Mon Sep 17 00:00:00 2001 From: Rikard Falkeborn Date: Fri, 1 Jun 2018 00:00:45 +0200 Subject: tests/libtests/Makefile.am: Add lib1521.c to CLEANFILES This removes the generated lib1521.c when running make clean. Closes #2633 --- tests/libtest/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3