Parcourir la source

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

Francis Dupont il y a 7 ans
Parent
commit
ca84494f8e
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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.
 CLEANFILES = *.gcno *.gcda $(builddir)/marker_file.dat
 
+# Files generated by configure
+DISTCLEANFILES = marker_file.h test_libraries.h
+
 TESTS_ENVIRONMENT = \
 	$(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)