diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-03-25 23:21:15 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-03-25 23:21:15 +0000 |
commit | 24cda181fb88542cf38db2beae5d0ddb37f59c5c (patch) | |
tree | ed6c3337099bf3846067833e25321a9deaf6ceea /src/OS/Makefile-Base | |
parent | df0dc54a7666ef64b8a6681ab7b50a4836905203 (diff) |
Experimental_XCLIENT. Bug 2702
Diffstat (limited to 'src/OS/Makefile-Base')
-rw-r--r-- | src/OS/Makefile-Base | 4 |
1 files changed, 3 insertions, 1 deletions
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 |