Browse Source

[5266] Added generated files from *.in to distclean

Francis Dupont 7 years ago
parent
commit
138c895803
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/bin/shell/tests/Makefile.am

+ 2 - 0
src/bin/shell/tests/Makefile.am

@@ -2,6 +2,8 @@ PYTESTS = shell_unittest.py
 SHTESTS = shell_process_tests.sh
 noinst_SCRIPTS = $(PYTESTS) $(SHTESTS)
 
+DISTCLEANFILES = shell_process_tests.sh shell_unittest.py
+
 # test using command-line arguments, so use check-local target instead of TESTS
 check-local: check-shell check-python