diff --git a/lib/des/Makefile.am b/lib/des/Makefile.am index 7b033def8..a42138637 100644 --- a/lib/des/Makefile.am +++ b/lib/des/Makefile.am @@ -68,6 +68,7 @@ libhcrypto_la_SOURCES = \ aes.h \ bn.c \ bn.h \ + des-tables.h \ des.c \ des.h \ dh.c \ @@ -79,6 +80,7 @@ libhcrypto_la_SOURCES = \ evp.h \ engine.c \ engine.h \ + hash.h \ hmac.c \ hmac.h \ md2.c \