diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-02 23:53:32 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-03 17:35:18 +0000 |
commit | 617d39327e65b7fccc41a12b4a5e2940d6327c9f (patch) | |
tree | e691e627e34d122e446a7e775f10d08d4bb10eae /src/OS | |
parent | 3fb501abec98b3f00fb83b180fb6bf920ca0738b (diff) |
ARC initial implementation. Experimental. Bug 2162
Diffstat (limited to 'src/OS')
-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 eefc02bbd..8d191caac 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -477,7 +477,8 @@ convert4r4: config ../src/convert4r4.src # are thrown away by the linker. OBJ_WITH_CONTENT_SCAN = malware.o mime.o regex.o spam.o spool_mbox.o -OBJ_EXPERIMENTAL = bmi_spam.o \ +OBJ_EXPERIMENTAL = arc.o \ + bmi_spam.o \ dane.o \ dcc.o \ dmarc.o \ @@ -827,6 +828,7 @@ spool_mbox.o: $(HDRS) spool_mbox.c # Dependencies for EXPERIMENTAL_* modules +arc.o: $(HDRS) pdkim/pdkim.h arc.c bmi_spam.o: $(HDRS) bmi_spam.c dane.o: $(HDRS) dane.c dane-openssl.c dcc.o: $(HDRS) dcc.h dcc.c |