Commit 2e00872c authored by Yang Tse's avatar Yang Tse
Browse files

tests/Makefile.am: add configurehelp.pm to DISTCLEANFILES

parent 56ece42c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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).