diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-28 13:55:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-28 13:55:16 +0000 |
commit | b8417be1f27d8af8605a325a8a98fe9154a37813 (patch) | |
tree | bb3c950911eeb53738d52859dba04a5e9d7d929f /tests/Makefile.am | |
parent | 9e037431b427f7b8e0f87c6f43987d034eb2a635 (diff) | |
download | curl-b8417be1f27d8af8605a325a8a98fe9154a37813.tar.gz |
removed ftpsserver.pl
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9f02c1483..86abd5115 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,10 +24,9 @@ HTMLPAGES = testcurl.html runtests.html PDFPAGES = testcurl.pdf runtests.pdf -EXTRA_DIST = ftpserver.pl httpserver.pl httpsserver.pl runtests.pl \ - ftpsserver.pl getpart.pm FILEFORMAT README stunnel.pem memanalyze.pl \ - testcurl.pl valgrind.pm testcurl.1 runtests.1 $(HTMLPAGES) $(PDFPAGES) \ - ftp.pm +EXTRA_DIST = ftpserver.pl httpserver.pl httpsserver.pl runtests.pl getpart.pm \ + FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl valgrind.pm ftp.pm \ + testcurl.1 runtests.1 $(HTMLPAGES) $(PDFPAGES) SUBDIRS = data server libtest |