diff options
author | Yang Tse <yangsita@gmail.com> | 2013-07-16 22:51:35 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-07-16 22:51:35 +0200 |
commit | 2e00872c04fe8e2c6dc33859b5b58fd11997b447 (patch) | |
tree | 15ef9762b5498f3bbee711f60f4241cd8e67ea7e /tests | |
parent | 56ece42c815c5a9af54e0f9b65f2a17d93646daf (diff) |
tests/Makefile.am: add configurehelp.pm to DISTCLEANFILES
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
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). |