File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,8 @@ kea_dhcpsrv_headers = [
157
157
' dhcpsrv_messages.h' ,
158
158
' flq_allocation_state.h' ,
159
159
' flq_allocator.h' ,
160
+ ' fuzz_log.h' ,
161
+ ' fuzz_messages.h' ,
160
162
' host.h' ,
161
163
' host_container.h' ,
162
164
' host_data_source_factory.h' ,
@@ -180,6 +182,7 @@ kea_dhcpsrv_headers = [
180
182
' ncr_generator.h' ,
181
183
' network.h' ,
182
184
' network_state.h' ,
185
+ ' packet_fuzzer.h' ,
183
186
' parsers/base_network_parser.h' ,
184
187
' parsers/client_class_def_parser.h' ,
185
188
' parsers/dhcp_parsers.h' ,
@@ -211,9 +214,6 @@ kea_dhcpsrv_headers = [
211
214
' utils.h' ,
212
215
' writable_host_data_source.h' ,
213
216
]
214
- if FUZZ_OPT.enabled()
215
- kea_dhcpsrv_headers += [' fuzz_log.h' , ' fuzz_messages.h' , ' packet_fuzzer.h' ]
216
- endif
217
217
install_headers (kea_dhcpsrv_headers, preserve_path : true , subdir : ' kea/dhcpsrv' )
218
218
219
219
if KEA_MSG_COMPILER.found()
You can’t perform that action at this time.
0 commit comments