diff options
author | Todd Lyons <tlyons@exim.org> | 2014-03-05 06:17:54 -0800 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2014-07-29 05:53:50 -0700 |
commit | e682570f275e60cf75f013c234a0561a451ab559 (patch) | |
tree | 86853c047a6909712982079d4f33033f9e61fddf /src/OS/Makefile-Base | |
parent | 91664d8f02e873e8d39ef46ed0e65ea26cf11232 (diff) |
Framework to build dane support
Diffstat (limited to 'src/OS/Makefile-Base')
-rw-r--r-- | src/OS/Makefile-Base | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index 87a803704..8937f3cad 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -298,7 +298,7 @@ convert4r4: Makefile ../src/convert4r4.src OBJ_WITH_CONTENT_SCAN = malware.o mime.o regex.o spam.o spool_mbox.o OBJ_WITH_OLD_DEMIME = demime.o -OBJ_EXPERIMENTAL = bmi_spam.o spf.o srs.o dcc.o dmarc.o +OBJ_EXPERIMENTAL = bmi_spam.o spf.o srs.o dcc.o dmarc.o dane.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. @@ -541,6 +541,7 @@ acl.o: $(HDRS) acl.c child.o: $(HDRS) child.c crypt16.o: $(HDRS) crypt16.c daemon.o: $(HDRS) daemon.c +dane.o: $(HDRS) dane.c dane-gnu.c dane-openssl.c dbfn.o: $(HDRS) dbfn.c debug.o: $(HDRS) debug.c deliver.o: $(HDRS) deliver.c |