Fix missing sha1.h and md5.h in Makefile.am

This commit is contained in:
Tatsuhiro Tsujikawa 2013-10-20 19:09:49 +09:00
parent 218dc89be9
commit 2548cd4d6e

View file

@ -347,7 +347,7 @@ SRCS += InternalARC4Encryptor.cc InternalARC4Encryptor.h
endif
if USE_INTERNAL_MD
SRCS += InternalMessageDigestImpl.cc sha1.c md5.c
SRCS += InternalMessageDigestImpl.cc sha1.c sha1.h md5.c md5.h
endif # USE_WINDOWS_MD
if HAVE_LIBGNUTLS