X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8c04722db6302494cc3fbc379a8514e27d953c84..475aefa5958d0eab881b5b140e0d0e59571f397c:/client/Makefile?ds=sidebyside

diff --git a/client/Makefile b/client/Makefile
index 6ec34469..d7126da6 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -66,7 +66,9 @@ CMDSRCS = 	nonce2key/crapto1.c\
 		loclass/elite_crack.c\
 		loclass/fileutils.c\
 			mifarehost.c\
+			crc.c \
 			crc16.c \
+			crc64.c \
 			iso14443crc.c \
 			iso15693tools.c \
 			data.c \
@@ -100,6 +102,7 @@ CMDSRCS = 	nonce2key/crapto1.c\
 			pm3_bitlib.c\
 			aes.c\
 			protocols.c\
+			sha1.c\
 
 
 COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o)