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

pull/150/head
Tatsuhiro Tsujikawa 2013-10-20 19:09:49 +09:00
parent 218dc89be9
commit 2548cd4d6e
1 changed files with 1 additions and 1 deletions

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