diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 22:30:00 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 22:30:00 +0000 |
commit | adc426215052297d694fcc08786e87a140171e76 (patch) | |
tree | 30d6ca95f657e1139bac6e35e1d320a69b13709b /src/OS/Makefile-Base | |
parent | b895f4b20b25f81cd6f94be75881d3328df03892 (diff) | |
parent | 902fbd6974bac4abf70a4c567534669a86ff763e (diff) |
Merge branch 'callout_smtp_tpt_merge'
Diffstat (limited to 'src/OS/Makefile-Base')
-rw-r--r-- | src/OS/Makefile-Base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index da5778d12..7ba7b0474 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -645,7 +645,7 @@ tls.o: $(HDRS) tls.c \ tod.o: $(HDRS) tod.c transport.o: $(HDRS) transport.c tree.o: $(HDRS) tree.c -verify.o: $(HDRS) verify.c +verify.o: $(HDRS) transports/smtp.h verify.c dkim.o: $(HDRS) pdkim/pdkim.h dkim.c # Dependencies for WITH_CONTENT_SCAN modules |