diff options
author | Leo Liu <sdl.web@gmail.com> | 2011-06-21 16:45:39 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2011-06-21 16:45:39 +0800 |
commit | 3ce9d0d41be2eb2050c73727dac0154109333755 (patch) | |
tree | 2c951b040775dfa8826956dc3ebc32eff13f930c /Makefile.in | |
parent | 327c8fb10ae31b2733e94333e04d1a30fcc2c0f2 (diff) | |
download | emacs-3ce9d0d41be2eb2050c73727dac0154109333755.tar.gz |
Add crypto/sha256 and crypto/sha512 modules from gnulib
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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 \ |