From: Daniel Stenberg Date: Thu, 7 Aug 2003 14:14:54 +0000 (+0000) Subject: added CLEANFILES to make distcheck run fine X-Git-Tag: curl-7_10_7~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e81fd5703f1355164fc46725e365a81d4908930;p=thirdparty%2Fcurl.git added CLEANFILES to make distcheck run fine --- diff --git a/tests/Makefile.am b/tests/Makefile.am index d6bfc83f52..ad87116962 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,6 +6,8 @@ SUBDIRS = data server libtest PERLFLAGS = -I$(srcdir) +CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid + curl: @cd $(top_builddir) && $(MAKE)