X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d730878d8c932cdbdd1c386e8491af27f3764dae..b7eddc14db9262a51ad3100ade7386d03500ace8:/client/Makefile?ds=sidebyside

diff --git a/client/Makefile b/client/Makefile
index 7954d1ea..d7126da6 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -102,6 +102,7 @@ CMDSRCS = 	nonce2key/crapto1.c\
 			pm3_bitlib.c\
 			aes.c\
 			protocols.c\
+			sha1.c\
 
 
 COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o)