]> granicus.if.org Git - curl/commitdiff
tests/libtests/Makefile.am: Add lib1521.c to CLEANFILES
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Thu, 31 May 2018 22:00:45 +0000 (00:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Jun 2018 21:55:33 +0000 (23:55 +0200)
This removes the generated lib1521.c when running make clean.

Closes #2633

tests/libtest/Makefile.am

index 03eeb06dad115f8b8a2726a8299842d9ac712287..d14f37d39e4e499a54110be64fb08c6d1a292963 100644 (file)
@@ -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)