diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-02 15:33:32 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-02 16:21:48 +0100 |
commit | 3db0f5bebe1573c0609eaf1d29bf69da173a67aa (patch) | |
tree | 4496d4e11702658c74b29f398d7d48cbb67cb802 /src/scripts | |
parent | 188691cb2c99e98d54d79c5a2a2f5b09cdab8a4c (diff) |
Deduplicate coding between exim and eximon
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/MakeLinks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index 9cdb931f3..afc2fab32 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -102,7 +102,7 @@ for f in blob.h dbfunctions.h exim.h functions.h globals.h \ acl.c buildconfig.c base64.c child.c crypt16.c daemon.c dbfn.c debug.c \ deliver.c directory.c dns.c dnsbl.c drtables.c dummies.c enq.c exim.c \ exim_dbmbuild.c exim_dbutil.c exim_lock.c expand.c filter.c filtertest.c \ - globals.c hash.c header.c host.c ip.c log.c lss.c match.c md5.c moan.c \ + globals.c hash.c header.c host.c host_address.c ip.c log.c lss.c match.c md5.c moan.c \ parse.c perl.c priv.c queue.c rda.c readconf.c receive.c retry.c rewrite.c \ rfc2047.c route.c search.c setenv.c environment.c \ sieve.c smtp_in.c smtp_out.c spool_in.c spool_out.c std-crypto.c store.c \ |