From 24cda181fb88542cf38db2beae5d0ddb37f59c5c Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 25 Mar 2023 23:21:15 +0000 Subject: Experimental_XCLIENT. Bug 2702 --- src/OS/Makefile-Base | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/OS/Makefile-Base') diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index d00ab9404..71aee4d93 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -497,7 +497,8 @@ OBJ_EXPERIMENTAL = arc.o \ dmarc.o \ imap_utf7.o \ spf.o \ - utf8.o + utf8.o \ + xclient.o # Targets for final binaries; the main one has a build number which is # updated each time. We don't bother with that for the auxiliaries. @@ -873,6 +874,7 @@ dmarc.o: $(HDRS) pdkim/pdkim.h dmarc.h dmarc.c imap_utf7.o: $(HDRS) imap_utf7.c spf.o: $(HDRS) spf.h spf.c utf8.o: $(HDRS) utf8.c +xclient.o: $(HDRS) xclient.c # The module containing tables of available lookups, routers, auths, and # transports must be rebuilt if any of them are. However, because the makefiles -- cgit v1.2.3