X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/86724c17c9914f495e2a7df729d4fe65a9746d82..6ac4cb270a202d6f723b82753d57ee48c9a6980e:/client/Makefile

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)