diff options
author | Piotrek Zadroga <piotrek@isc.org> | 2024-03-05 13:14:06 +0100 |
---|---|---|
committer | Piotrek Zadroga <piotrek@isc.org> | 2024-03-21 15:34:10 +0100 |
commit | e5f284dccc372738fffd03ec95626f389e88d38c (patch) | |
tree | e5680c13576cc92785a0a72be900c7ca357255c0 | |
parent | [#3267] add missing include_HEADERS (diff) | |
download | kea-e5f284dccc372738fffd03ec95626f389e88d38c.tar.xz kea-e5f284dccc372738fffd03ec95626f389e88d38c.zip |
[#3267] unify tabs
-rw-r--r-- | src/lib/d2srv/Makefile.am | 8 | ||||
-rw-r--r-- | src/lib/dhcpsrv/Makefile.am | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/d2srv/Makefile.am b/src/lib/d2srv/Makefile.am index 8e146830ff..2b1df51c43 100644 --- a/src/lib/d2srv/Makefile.am +++ b/src/lib/d2srv/Makefile.am @@ -89,9 +89,9 @@ libkea_d2srv_include_HEADERS = \ d2_log.h \ d2_messages.h \ d2_stats.h \ - d2_tsig_key.h \ - d2_update_message.h \ - d2_zone.h \ + d2_tsig_key.h \ + d2_update_message.h \ + d2_zone.h \ d2_simple_parser.h \ dns_client.h \ - nc_trans.h + nc_trans.h diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am index 74655c369f..bd6912d250 100644 --- a/src/lib/dhcpsrv/Makefile.am +++ b/src/lib/dhcpsrv/Makefile.am @@ -397,8 +397,8 @@ endif if ENABLE_AFL libkea_dhcpsrv_include_HEADERS += \ fuzz.h \ - fuzz_log.h \ - fuzz_messages.h + fuzz_log.h \ + fuzz_messages.h endif # Specify parsers' headers for copying into installation directory tree. |