Skip to content
Snippets Groups Projects
Commit 9bd9473f authored by rswindell's avatar rswindell
Browse files

Accidentally remove smblib from fixsmb dependencies.

parent d63f09a0
Branches
Tags
No related merge requests found
......@@ -162,7 +162,7 @@ $(NODE): $(EXEODIR)/node.o $(EXEODIR)/genwrap.o $(EXEODIR)/filewrap.o
SMBLIB = $(EXEODIR)/smblib.o $(EXEODIR)/filewrap.o
# FIXSMB Utility
$(FIXSMB): $(EXEODIR)/fixsmb.o
$(FIXSMB): $(EXEODIR)/fixsmb.o $(SMBLIB)
@echo Linking $@
@$(CC) $^ -o $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment