summaryrefslogtreecommitdiff
path: root/lib/gnulib.mk
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2011-05-24 16:12:52 +0800
committerLeo Liu <sdl.web@gmail.com>2011-05-24 16:12:52 +0800
commit13c3daa4aed4b185596dd0bb6bc45bd941f1e3ab (patch)
tree0178a565b32a1aa8a1b748096fc1ef26771b07f9 /lib/gnulib.mk
parent5a95c00237a294c17452ab66ebae2f34de25c133 (diff)
Add crypto/sha1 module from gnulib
Diffstat (limited to 'lib/gnulib.mk')
-rw-r--r--lib/gnulib.mk11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/gnulib.mk b/lib/gnulib.mk
index 495e6918a4..2d18a073a4 100644
--- a/lib/gnulib.mk
+++ b/lib/gnulib.mk
@@ -9,7 +9,7 @@
# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink socklen stdarg stdio strftime strtoumax symlink sys_stat
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files careadlinkat crypto/md5 crypto/sha1 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink socklen stdarg stdio strftime strtoumax symlink sys_stat
MOSTLYCLEANFILES += core *.stackdump
@@ -94,6 +94,15 @@ EXTRA_libgnu_a_SOURCES += md5.c
## end gnulib module crypto/md5
+## begin gnulib module crypto/sha1
+
+
+EXTRA_DIST += sha1.c sha1.h
+
+EXTRA_libgnu_a_SOURCES += sha1.c
+
+## end gnulib module crypto/sha1
+
## begin gnulib module dosname
if gl_GNULIB_ENABLED_dosname