diff options
author | Francis Dupont <fdupont@isc.org> | 2017-10-20 17:47:19 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2017-10-20 17:47:19 +0200 |
commit | cca625bc688b3d648b19d390bfe9b6af7037dcdd (patch) | |
tree | 4be0f8521898512b89be454c0b699bd64e5a1d5f /src/hooks/dhcp/user_chk/tests/Makefile.am | |
parent | [5266] Added generated files from *.in to distclean (diff) | |
download | kea-cca625bc688b3d648b19d390bfe9b6af7037dcdd.tar.xz kea-cca625bc688b3d648b19d390bfe9b6af7037dcdd.zip |
[5266] Added *.h from *.h.in to distclean
Diffstat (limited to 'src/hooks/dhcp/user_chk/tests/Makefile.am')
-rw-r--r-- | src/hooks/dhcp/user_chk/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hooks/dhcp/user_chk/tests/Makefile.am b/src/hooks/dhcp/user_chk/tests/Makefile.am index fe1960d745..f2c7073bea 100644 --- a/src/hooks/dhcp/user_chk/tests/Makefile.am +++ b/src/hooks/dhcp/user_chk/tests/Makefile.am @@ -18,6 +18,7 @@ endif EXTRA_DIST = test_users_1.txt test_users_err.txt CLEANFILES = *.gcno *.gcda +DISTCLEANFILES = test_data_files_config.h TESTS_ENVIRONMENT = \ $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND) |