diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-05 15:38:04 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-05 15:38:04 +0000 |
commit | b07d141af23f2ab160eba2b58a834baee513b3f8 (patch) | |
tree | 95dab1b0a165d7210f2d94eff04832e0339de3bb /src/OS/Makefile-Base | |
parent | 2ed83f6f247c8030765ce366d9d91f93c93bb36a (diff) |
Retire old libsrs_alt -based SRS support. Bug 1649
Diffstat (limited to 'src/OS/Makefile-Base')
-rw-r--r-- | src/OS/Makefile-Base | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index f58e7ed34..612db7a9c 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -475,7 +475,6 @@ OBJ_EXPERIMENTAL = arc.o \ dmarc.o \ imap_utf7.o \ spf.o \ - srs.o \ utf8.o # Targets for final binaries; the main one has a build number which is @@ -841,7 +840,6 @@ dcc.o: $(HDRS) dcc.h dcc.c dmarc.o: $(HDRS) pdkim/pdkim.h dmarc.h dmarc.c imap_utf7.o: $(HDRS) imap_utf7.c spf.o: $(HDRS) spf.h spf.c -srs.o: $(HDRS) srs.h srs.c utf8.o: $(HDRS) utf8.c # The module containing tables of available lookups, routers, auths, and |