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

Add XPDEV-MT_LIBS to linking command-line for SBBSCON

parent 7b603052
Branches
Tags
No related merge requests found
......@@ -108,7 +108,7 @@ $(SBBSMONO): $(MONO_OBJS) $(OBJS)
# Synchronet BBS library Link Rule
$(SBBS): $(JS_DEPS) $(CRYPT_DEPS) $(OBJS) $(LIBS) | $(LIBODIR)
@echo Linking $@
$(QUIET)$(MKSHPPLIB) $(LDFLAGS) -o $@ $(OBJS) $(SBBS_LIBS) $(LIBS) $(SHLIBOPTS) $(JS_LIBS) $(CRYPT_LIBS)
$(QUIET)$(MKSHPPLIB) $(LDFLAGS) -o $@ $(OBJS) $(SBBS_LIBS) $(LIBS) $(SHLIBOPTS) $(JS_LIBS) $(CRYPT_LIBS) $(XPDEV-MT_LIBS)
# FTP Server Link Rule
$(FTPSRVR): $(MTOBJODIR)/ftpsrvr.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment