'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',
'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',
'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()