2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

[#3731] All headers always get installed because it costs us nothing

This commit is contained in:
Andrei Pavel 2025-03-17 10:15:30 +02:00
parent d724fed33b
commit 395c3c3ede
No known key found for this signature in database
GPG Key ID: D4E804481939CB21

View File

@ -157,6 +157,8 @@ kea_dhcpsrv_headers = [
'dhcpsrv_messages.h',
'flq_allocation_state.h',
'flq_allocator.h',
'fuzz_log.h',
'fuzz_messages.h',
'host.h',
'host_container.h',
'host_data_source_factory.h',
@ -180,6 +182,7 @@ kea_dhcpsrv_headers = [
'ncr_generator.h',
'network.h',
'network_state.h',
'packet_fuzzer.h',
'parsers/base_network_parser.h',
'parsers/client_class_def_parser.h',
'parsers/dhcp_parsers.h',
@ -211,9 +214,6 @@ kea_dhcpsrv_headers = [
'utils.h',
'writable_host_data_source.h',
]
if FUZZ_OPT.enabled()
kea_dhcpsrv_headers += ['fuzz_log.h', 'fuzz_messages.h', 'packet_fuzzer.h']
endif
install_headers(kea_dhcpsrv_headers, preserve_path: true, subdir: 'kea/dhcpsrv')
if KEA_MSG_COMPILER.found()