Skip to content
Snippets Groups Projects
Commit c157cf10 authored by deuce's avatar deuce
Browse files

Include ringbuf in WEB_OBJS

parent 44191a47
Branches
Tags
No related merge requests found
......@@ -124,7 +124,8 @@ MAIL_OBJS = $(MTOBJODIR)$(DIRSEP)mailsrvr$(OFILE) \
# Must add new additions to MONO_OBJS too!
WEB_OBJS = $(MTOBJODIR)$(DIRSEP)websrvr$(OFILE) \
$(MTOBJODIR)$(DIRSEP)base64$(OFILE) \
$(MTOBJODIR)$(DIRSEP)ars$(OFILE)
$(MTOBJODIR)$(DIRSEP)ars$(OFILE) \
$(MTOBJODIR)$(DIRSEP)ringbuf$(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.
Please register or to comment