projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
609059b
)
added CLEANFILES to make distcheck run fine
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 7 Aug 2003 14:14:54 +0000
(14:14 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 7 Aug 2003 14:14:54 +0000
(14:14 +0000)
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index d6bfc83f5260442866a5fbc0f33dd09170979488..ad87116962bdad3756327ef15dbb8173667fe57d 100644
(file)
--- 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)