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

Added crc32.c to baja build rule.

parent c8e84c8e
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ $(LIBODIR)/mxlookup.o: mxlookup.c
$(CC) $(CFLAGS) -c -DMAILSRVR_EXPORTS $< -o $@
# Baja Utility
$(BAJA): baja.c ars.c smbwrap.c
$(BAJA): baja.c ars.c smbwrap.c crc32.c
$(CC) $(CFLAGS) -o $@ $^
# Node Utility
......
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