Browse Source

[5266] Added *.h from *.h.in to distclean

Francis Dupont 7 years ago
parent
commit
ca84494f8e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/lib/hooks/tests/Makefile.am

+ 3 - 0
src/lib/hooks/tests/Makefile.am

@@ -17,6 +17,9 @@ ALL_LIBS       = $(HOOKS_LIB) $(LOG_LIB) $(THREADS_LIB) $(UTIL_LIB) $(EXCEPTIONS
 # Files to clean include the file created by testing.
 # Files to clean include the file created by testing.
 CLEANFILES = *.gcno *.gcda $(builddir)/marker_file.dat
 CLEANFILES = *.gcno *.gcda $(builddir)/marker_file.dat
 
 
+# Files generated by configure
+DISTCLEANFILES = marker_file.h test_libraries.h
+
 TESTS_ENVIRONMENT = \
 TESTS_ENVIRONMENT = \
 	$(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)
 	$(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)