Skip to content

Commit 395c3c3

Browse files
committed
[#3731] All headers always get installed because it costs us nothing
1 parent d724fed commit 395c3c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/dhcpsrv/meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ kea_dhcpsrv_headers = [
157157
'dhcpsrv_messages.h',
158158
'flq_allocation_state.h',
159159
'flq_allocator.h',
160+
'fuzz_log.h',
161+
'fuzz_messages.h',
160162
'host.h',
161163
'host_container.h',
162164
'host_data_source_factory.h',
@@ -180,6 +182,7 @@ kea_dhcpsrv_headers = [
180182
'ncr_generator.h',
181183
'network.h',
182184
'network_state.h',
185+
'packet_fuzzer.h',
183186
'parsers/base_network_parser.h',
184187
'parsers/client_class_def_parser.h',
185188
'parsers/dhcp_parsers.h',
@@ -211,9 +214,6 @@ kea_dhcpsrv_headers = [
211214
'utils.h',
212215
'writable_host_data_source.h',
213216
]
214-
if FUZZ_OPT.enabled()
215-
kea_dhcpsrv_headers += ['fuzz_log.h', 'fuzz_messages.h', 'packet_fuzzer.h']
216-
endif
217217
install_headers(kea_dhcpsrv_headers, preserve_path: true, subdir: 'kea/dhcpsrv')
218218

219219
if KEA_MSG_COMPILER.found()

0 commit comments

Comments
 (0)