Skip to content
Snippets Groups Projects
Commit 566bd35d authored by rswindell's avatar rswindell
Browse files

Added mail server to sbbsmono build.

parent 8eaf0017
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ $(EXEODIR):
mkdir $(EXEODIR)
# Monolithic Synchronet executable Build Rule
$(SBBSMONO): sbbscon.c conwrap.c $(OBJS) $(LIBODIR)/ver.o $(LIBODIR)/ftpsrvr.o # $(LIBODIR)/mailsrvr.o $(LIBODIR)/mxlookup.o
$(SBBSMONO): sbbscon.c conwrap.c $(OBJS) $(LIBODIR)/ver.o $(LIBODIR)/ftpsrvr.o $(LIBODIR)/mailsrvr.o $(LIBODIR)/mxlookup.o
$(CC) -o $(SBBSMONO) $^ $(LIBS)
# Synchronet BBS library Link Rule
......
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