diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-08-10 19:51:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-08-10 22:31:37 +0100 |
commit | d4095f83496094d7d8649cc412536f69d1cfcb6a (patch) | |
tree | 03541506ee1bb94155814f84cc96fb5c62cddd47 /src/scripts | |
parent | 051018257599e8a91f4ba2c2c99b72697eb0a4a4 (diff) |
Build: Split out dnsbl code
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 784247d99..54ca7fb61 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -100,7 +100,7 @@ for f in blob.h dbfunctions.h dbstuff.h exim.h functions.h globals.h \ macros.h mytypes.h osfunctions.h store.h structs.h lookupapi.h sha_ver.h \ \ acl.c buildconfig.c base64.c child.c crypt16.c daemon.c dbfn.c debug.c \ - deliver.c directory.c dns.c drtables.c dummies.c enq.c exim.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 \ parse.c perl.c queue.c rda.c readconf.c receive.c retry.c rewrite.c \ |