Browse Source

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

Francis Dupont 7 years ago
parent
commit
33d566e25b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/config/tests/Makefile.am

+ 1 - 0
src/lib/config/tests/Makefile.am

@@ -11,6 +11,7 @@ AM_LDFLAGS = -static
 endif
 endif
 
 
 CLEANFILES = *.gcno *.gcda
 CLEANFILES = *.gcno *.gcda
+DISTCLEANFILES = data_def_unittests_config.h
 
 
 TESTS_ENVIRONMENT = \
 TESTS_ENVIRONMENT = \
 	$(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)
 	$(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)