mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
[#3731] All headers always get installed because it costs us nothing
This commit is contained in:
parent
d724fed33b
commit
395c3c3ede
@ -157,6 +157,8 @@ kea_dhcpsrv_headers = [
|
|||||||
'dhcpsrv_messages.h',
|
'dhcpsrv_messages.h',
|
||||||
'flq_allocation_state.h',
|
'flq_allocation_state.h',
|
||||||
'flq_allocator.h',
|
'flq_allocator.h',
|
||||||
|
'fuzz_log.h',
|
||||||
|
'fuzz_messages.h',
|
||||||
'host.h',
|
'host.h',
|
||||||
'host_container.h',
|
'host_container.h',
|
||||||
'host_data_source_factory.h',
|
'host_data_source_factory.h',
|
||||||
@ -180,6 +182,7 @@ kea_dhcpsrv_headers = [
|
|||||||
'ncr_generator.h',
|
'ncr_generator.h',
|
||||||
'network.h',
|
'network.h',
|
||||||
'network_state.h',
|
'network_state.h',
|
||||||
|
'packet_fuzzer.h',
|
||||||
'parsers/base_network_parser.h',
|
'parsers/base_network_parser.h',
|
||||||
'parsers/client_class_def_parser.h',
|
'parsers/client_class_def_parser.h',
|
||||||
'parsers/dhcp_parsers.h',
|
'parsers/dhcp_parsers.h',
|
||||||
@ -211,9 +214,6 @@ kea_dhcpsrv_headers = [
|
|||||||
'utils.h',
|
'utils.h',
|
||||||
'writable_host_data_source.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')
|
install_headers(kea_dhcpsrv_headers, preserve_path: true, subdir: 'kea/dhcpsrv')
|
||||||
|
|
||||||
if KEA_MSG_COMPILER.found()
|
if KEA_MSG_COMPILER.found()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user