diff --git a/src/Makefile.dep b/src/Makefile.dep index 7171d21..b4a13ea 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep @@ -3,5 +3,7 @@ aes.o: aes.h base32.o: base32.h base64.o: base64.h -crypto.o: crypto.h aes.h base64.h misc.h +crypto.o: crypto.h aes.h base64.h ../../pikotools/src/utf8/utf8.h +crypto.o: ../../pikotools/src/utf8/utf8_templates.h +crypto.o: ../../pikotools/src/utf8/utf8_private.h misc.h misc.o: misc.h