]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests/Makefile.am: add configurehelp.pm to DISTCLEANFILES
authorYang Tse <yangsita@gmail.com>
Tue, 16 Jul 2013 20:51:35 +0000 (22:51 +0200)
committerYang Tse <yangsita@gmail.com>
Tue, 16 Jul 2013 20:51:35 +0000 (22:51 +0200)
tests/Makefile.am

index 41a3d0931cc021b6e0464f6ee235f1c7da9991e8..ca69709da76304747fae0df63f4ec76035c6fb30 100644 (file)
@@ -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).