tests/libtests/Makefile.am: Add lib1521.c to CLEANFILES

This removes the generated lib1521.c when running make clean.

Closes #2633
This commit is contained in:
Rikard Falkeborn 2018-06-01 00:00:45 +02:00 committed by Daniel Stenberg
parent 76457ccdec
commit b59cbf746f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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)