From f0e4a668d5d38fe25f1b679b3b67fa126c688c00 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 2 Sep 2004 19:12:27 +0000
Subject: [PATCH] FIXSMB now requires the xpdev/str_list module.

---
 src/sbbs3/GNUmakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index 08b7059fd3..e58e84153f 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -246,6 +246,7 @@ FIXSMB_OBJS = \
 	$(SMBLIB_OBJS) \
 	$(LIBODIR)/genwrap.o \
 	$(LIBODIR)/dirwrap.o \
+	$(LIBODIR)/str_list.o \
 	$(LIBODIR)/str_util.o
 FORCE$(FIXSMB): $(FIXSMB_OBJS)
 	
-- 
GitLab