Browse Source

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

Francis Dupont 7 years ago
parent
commit
50f998114d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dhcpsrv/tests/Makefile.am

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

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