diff options
| author | Leo Liu | 2011-05-24 16:12:52 +0800 |
|---|---|---|
| committer | Leo Liu | 2011-05-24 16:12:52 +0800 |
| commit | 13c3daa4aed4b185596dd0bb6bc45bd941f1e3ab (patch) | |
| tree | 0178a565b32a1aa8a1b748096fc1ef26771b07f9 /Makefile.in | |
| parent | 5a95c00237a294c17452ab66ebae2f34de25c133 (diff) | |
| download | emacs-13c3daa4aed4b185596dd0bb6bc45bd941f1e3ab.tar.gz emacs-13c3daa4aed4b185596dd0bb6bc45bd941f1e3ab.zip | |
Add crypto/sha1 module 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 1138c787930..0c3eabcf3b3 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -332,8 +332,8 @@ DOS_gnulib_comp.m4 = gl-comp.m4 | |||
| 332 | # $(gnulib_srcdir) (relative to $(srcdir) and should have build tools | 332 | # $(gnulib_srcdir) (relative to $(srcdir) and should have build tools |
| 333 | # as per $(gnulib_srcdir)/DEPENDENCIES. | 333 | # as per $(gnulib_srcdir)/DEPENDENCIES. |
| 334 | GNULIB_MODULES = \ | 334 | GNULIB_MODULES = \ |
| 335 | careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu \ | 335 | careadlinkat crypto/md5 crypto/sha1 dtoastr filemode getloadavg \ |
| 336 | ignore-value intprops lstat mktime readlink \ | 336 | getopt-gnu ignore-value intprops lstat mktime readlink \ |
| 337 | socklen stdarg stdio strftime strtoumax symlink sys_stat | 337 | socklen stdarg stdio strftime strtoumax symlink sys_stat |
| 338 | GNULIB_TOOL_FLAGS = \ | 338 | GNULIB_TOOL_FLAGS = \ |
| 339 | --conditional-dependencies --import --no-changelog --no-vc-files \ | 339 | --conditional-dependencies --import --no-changelog --no-vc-files \ |