summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-07 14:14:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-07 14:14:54 +0000
commit9e81fd5703f1355164fc46725e365a81d4908930 (patch)
tree0b7531b53baede7bcbb02cb2d174f2aed9b6ac05 /tests/Makefile.am
parent609059b6ec236714bc42484f7c38687049af267c (diff)
downloadcurl-9e81fd5703f1355164fc46725e365a81d4908930.tar.gz
added CLEANFILES to make distcheck run fine
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d6bfc83f5..ad8711696 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)