summaryrefslogtreecommitdiffstats
path: root/gl/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2010-06-21 12:52:51 (GMT)
committerTon Voon <ton.voon@opsera.com>2010-06-21 12:52:51 (GMT)
commitb190391c76f86a3a513af7b07207f96b7553dd96 (patch)
treed131b71e324a35a9a7e8829df9beef3b40a9fa4e /gl/Makefile.am
parentaab4e991d4e4213249058dd073543551c9c88c35 (diff)
downloadmonitoring-plugins-b190391c76f86a3a513af7b07207f96b7553dd96.tar.gz
Added the gnulib module crypto/sha1
Signed-off-by: Ton Voon <ton.voon@opsera.com>
Diffstat (limited to 'gl/Makefile.am')
-rw-r--r--gl/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am
index 7edf495..7954b03 100644
--- a/gl/Makefile.am
+++ b/gl/Makefile.am
@@ -9,7 +9,7 @@
9# the same distribution terms as the rest of that program. 9# the same distribution terms as the rest of that program.
10# 10#
11# Generated by gnulib-tool. 11# Generated by gnulib-tool.
12# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl base64 dirname floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex timegm vasprintf vsnprintf 12# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex timegm vasprintf vsnprintf
13 13
14AUTOMAKE_OPTIONS = 1.5 gnits 14AUTOMAKE_OPTIONS = 1.5 gnits
15 15
@@ -242,6 +242,15 @@ CLEANFILES += configmake.h configmake.h-t
242 242
243## end gnulib module configmake 243## end gnulib module configmake
244 244
245## begin gnulib module crypto/sha1
246
247
248EXTRA_DIST += sha1.c sha1.h
249
250EXTRA_libgnu_a_SOURCES += sha1.c
251
252## end gnulib module crypto/sha1
253
245## begin gnulib module dirname 254## begin gnulib module dirname
246 255
247 256