X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/b9cd8f911c670fdcd58e7b1484f46f8112b35559..1d28cc061677bd07d9bed48dd84bd5c590247043:/src/scripts/source_checks diff --git a/src/scripts/source_checks b/src/scripts/source_checks index eac4b8d1b..8620b27f5 100644 --- a/src/scripts/source_checks +++ b/src/scripts/source_checks @@ -1,4 +1,6 @@ #!/bin/sh +# Copyright (c) The Exim Maintainters 2022 +# SPDX-License-Identifier: GPL-2.0-or-later cd src; @@ -19,6 +21,7 @@ done <<-END globals.c header_names globals.c log_options expand.c item_table + std-crypto.c dh_constants transport.c optionlist_transports route.c optionlist_routers transports/appendfile.c appendfile_transport_options @@ -27,6 +30,8 @@ done <<-END transports/pipe.c pipe_transport_options transports/smtp.c smtp_transport_options expand.c var_table + acl.c conditions + acl.c controls_list END # Tables with just string items @@ -45,6 +50,5 @@ done <<-END expand.c op_table_main expand.c cond_table acl.c verbs - acl.c conditions END