From: Yang Tse Date: Tue, 16 Jul 2013 20:51:35 +0000 (+0200) Subject: tests/Makefile.am: add configurehelp.pm to DISTCLEANFILES X-Git-Tag: curl-7_32_0~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e00872c04fe8e2c6dc33859b5b58fd11997b447;p=thirdparty%2Fcurl.git tests/Makefile.am: add configurehelp.pm to DISTCLEANFILES --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 41a3d0931c..ca69709da7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,6 +29,8 @@ EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl getpart.pm \ serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \ CMakeLists.txt mem-include-scan.pl valgrind.supp http_pipe.py +DISTCLEANFILES = configurehelp.pm + # we have two variables here to make sure DIST_SUBDIRS won't get 'unit' # added twice as then targets such as 'distclean' misbehave and try to # do things twice in that subdir at times (and thus fails).