Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
bb934681dd7413937e073b0f2cfb6d65f0f0aefd...0d4007f9cdef11ba62fe023a3efc7ab39ade285b
Commits (1)
Fix slog build more (needs xpdev too, apparently)
· 0d4007f9
Rob Swindell
authored
Mar 29, 2022
0d4007f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/GNUmakefile
src/sbbs3/GNUmakefile
+1
-1
No files found.
src/sbbs3/GNUmakefile
View file @
0d4007f9
...
...
@@ -238,7 +238,7 @@ $(QWKNODES): $(QWKNODES_OBJS)
# SLOG
$(SLOG)
:
$(SLOG_OBJS)
@
echo
Linking
$@
$(QUIET)$(CC)
$(CONSOLE_LDFLAGS)
-o
$@
$(SLOG_OBJS)
-lsbbs
$(QUIET)$(CC)
$(CONSOLE_LDFLAGS)
-o
$@
$(SLOG_OBJS)
$(XPDEV_LIBS)
-lsbbs
# ALLUSERS
$(ALLUSERS)
:
$(ALLUSERS_OBJS) $(ENCODE_LIB)
...
...