Skip to content
Snippets Groups Projects
Commit 4fc5e265 authored by rswindell's avatar rswindell
Browse files

Mail server needs md5 module (should be DLL-exported from sbbs.dll?).

parent 679d0fe4
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,7 @@ FTP_OBJS = $(MTOBJODIR)$(DIRSEP)ftpsrvr$(OFILE) \
MAIL_OBJS = $(MTOBJODIR)$(DIRSEP)mailsrvr$(OFILE) \
$(MTOBJODIR)$(DIRSEP)mxlookup$(OFILE) \
$(MTOBJODIR)$(DIRSEP)mime$(OFILE) \
$(MTOBJODIR)$(DIRSEP)md5$(OFILE) \
$(MTOBJODIR)$(DIRSEP)base64$(OFILE)
# Must add new additions to MONO_OBJS too!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment