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

Added crc32.c to smbutil build rule.

parent 5333fd7e
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ $(CHKSMB): chksmb.c smblib.c smbwrap.c conwrap.c ...@@ -129,7 +129,7 @@ $(CHKSMB): chksmb.c smblib.c smbwrap.c conwrap.c
$(CC) $(CFLAGS) -o $@ $^ $(CC) $(CFLAGS) -o $@ $^
# SMB Utility # SMB Utility
$(SMBUTIL): smbutil.c smblib.c smbwrap.c conwrap.c smbtxt.c lzh.c $(SMBUTIL): smbutil.c smblib.c smbwrap.c conwrap.c smbtxt.c crc32.c lzh.c
$(CC) $(CFLAGS) -o $@ $^ $(CC) $(CFLAGS) -o $@ $^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment