Skip to content
Snippets Groups Projects
Commit 771156ad authored by rswindell's avatar rswindell
Browse files

Added conwrap.c to chksmb and smbutil targets.

parent 5a1b0b99
No related branches found
No related tags found
No related merge requests found
......@@ -112,11 +112,11 @@ $(FIXSMB): fixsmb.c smblib.c smbwrap.c
$(CC) $(CFLAGS) -o $@ $^
# CHKSMB Utility
$(CHKSMB): chksmb.c smblib.c smbwrap.c
$(CHKSMB): chksmb.c smblib.c smbwrap.c conwrap.c
$(CC) $(CFLAGS) -o $@ $^
# SMB Utility
$(SMBUTIL): smbutil.c smblib.c smbwrap.c smbtxt.c lzh.c
$(SMBUTIL): smbutil.c smblib.c smbwrap.c conwrap.c smbtxt.c lzh.c
$(CC) $(CFLAGS) -o $@ $^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment