From 8004d52847e762ecda463d0808d8363c8c933e95 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 1 Apr 2003 10:25:11 +0000 Subject: [PATCH] Added crc16.0 and str_util.o to fixsmb rule. --- src/sbbs3/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile index 99d526b048..1117e1fffe 100644 --- a/src/sbbs3/GNUmakefile +++ b/src/sbbs3/GNUmakefile @@ -247,10 +247,10 @@ $(NODE): $(EXEODIR)/node.o $(EXEODIR)/genwrap.o $(EXEODIR)/filewrap.o @echo Linking $@ @$(CC) -o $@ $^ -SMBLIB = $(EXEODIR)/smblib.o $(EXEODIR)/filewrap.o +SMBLIB = $(EXEODIR)/smblib.o $(EXEODIR)/filewrap.o $(EXEODIR)/crc16.o # FIXSMB Utility -$(FIXSMB): $(EXEODIR)/fixsmb.o $(SMBLIB) $(EXEODIR)/genwrap.o +$(FIXSMB): $(EXEODIR)/fixsmb.o $(SMBLIB) $(EXEODIR)/genwrap.o $(EXEODIR)/str_util.o @echo Linking $@ @$(CC) -o $@ $^ -- GitLab