aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-07-16 22:51:35 +0200
committerYang Tse <yangsita@gmail.com>2013-07-16 22:51:35 +0200
commit2e00872c04fe8e2c6dc33859b5b58fd11997b447 (patch)
tree15ef9762b5498f3bbee711f60f4241cd8e67ea7e /tests/Makefile.am
parent56ece42c815c5a9af54e0f9b65f2a17d93646daf (diff)
tests/Makefile.am: add configurehelp.pm to DISTCLEANFILES
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 41a3d0931..ca69709da 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).