diff options
author | Francis Dupont <fdupont@isc.org> | 2017-10-23 15:30:25 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2017-10-23 15:30:25 +0200 |
commit | 1ac7131d6054c6da2ec27a11153aafd302457814 (patch) | |
tree | 51941e5bea0bbbd236f7277ae4519e836ea513c1 /src/lib/config | |
parent | [master] Updated git hash (diff) | |
parent | [5266] Added *.sh from *.sh.in to distclean (diff) | |
download | kea-1ac7131d6054c6da2ec27a11153aafd302457814.tar.xz kea-1ac7131d6054c6da2ec27a11153aafd302457814.zip |
[master] Merging trac5266 (make (dist)clean)
Diffstat (limited to 'src/lib/config')
-rw-r--r-- | src/lib/config/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config/tests/Makefile.am b/src/lib/config/tests/Makefile.am index d2b6bbe160..e46eef9bb4 100644 --- a/src/lib/config/tests/Makefile.am +++ b/src/lib/config/tests/Makefile.am @@ -11,6 +11,7 @@ AM_LDFLAGS = -static endif CLEANFILES = *.gcno *.gcda +DISTCLEANFILES = data_def_unittests_config.h TESTS_ENVIRONMENT = \ $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND) |