summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2011-06-21 16:45:39 +0800
committerLeo Liu <sdl.web@gmail.com>2011-06-21 16:45:39 +0800
commit2d770e993c18ca5d40a298a20a6ed26e0b3ee2e2 (patch)
tree0195ea2a1e76a730299d27894979e23a9c34eff0 /Makefile.in
parente7e412694268ead131b044bab56d320dafbb803c (diff)
downloademacs-2d770e993c18ca5d40a298a20a6ed26e0b3ee2e2.tar.gz
Add crypto/sha256 and crypto/sha512 modules from gnulib
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 529a3b254c2..4fe51076aea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -332,8 +332,8 @@ DOS_gnulib_comp.m4 = gl-comp.m4
# $(gnulib_srcdir) (relative to $(srcdir) and should have build tools
# as per $(gnulib_srcdir)/DEPENDENCIES.
GNULIB_MODULES = \
- careadlinkat crypto/md5 crypto/sha1 dtoastr filemode getloadavg \
- getopt-gnu ignore-value intprops lstat mktime readlink \
+ careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr \
+ filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink \
socklen stdarg stdio strftime strtoumax symlink sys_stat
GNULIB_TOOL_FLAGS = \
--conditional-dependencies --import --no-changelog --no-vc-files \