aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLeo Liu2011-05-24 16:12:52 +0800
committerLeo Liu2011-05-24 16:12:52 +0800
commit13c3daa4aed4b185596dd0bb6bc45bd941f1e3ab (patch)
tree0178a565b32a1aa8a1b748096fc1ef26771b07f9 /Makefile.in
parent5a95c00237a294c17452ab66ebae2f34de25c133 (diff)
downloademacs-13c3daa4aed4b185596dd0bb6bc45bd941f1e3ab.tar.gz
emacs-13c3daa4aed4b185596dd0bb6bc45bd941f1e3ab.zip
Add crypto/sha1 module 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 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.
334GNULIB_MODULES = \ 334GNULIB_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
338GNULIB_TOOL_FLAGS = \ 338GNULIB_TOOL_FLAGS = \
339 --conditional-dependencies --import --no-changelog --no-vc-files \ 339 --conditional-dependencies --import --no-changelog --no-vc-files \