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

diff --git a/client/Makefile b/client/Makefile
index e63581ba..20e17d7d 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -94,6 +94,7 @@ CMDSRCS = 	nonce2key/crapto1.c\
 			cmdscript.c\
 			pm3_bitlib.c\
 			aes.c\
+			protocols.c\
 
 
 COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o)