From: Marcin Siodelski Date: Tue, 3 Jun 2014 10:13:56 +0000 (+0200) Subject: [3405] Clean log files after test of signal handling. X-Git-Tag: trac3434_base~11^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47339e2b2fa13b50414e99f310bbba2a7e8abe54;p=thirdparty%2Fkea.git [3405] Clean log files after test of signal handling. --- diff --git a/src/bin/dhcp4/tests/Makefile.am b/src/bin/dhcp4/tests/Makefile.am index 1739de78d0..7e36008179 100644 --- a/src/bin/dhcp4/tests/Makefile.am +++ b/src/bin/dhcp4/tests/Makefile.am @@ -48,7 +48,7 @@ AM_CPPFLAGS += -DINSTALL_PROG=\"$(abs_top_srcdir)/install-sh\" CLEANFILES = $(builddir)/interfaces.txt $(builddir)/logger_lockfile CLEANFILES += $(builddir)/load_marker.txt $(builddir)/unload_marker.txt -CLEANFILES += *.json +CLEANFILES += *.json *.log AM_CXXFLAGS = $(B10_CXXFLAGS) if USE_CLANGPP