summaryrefslogtreecommitdiffstats
path: root/gl/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2010-06-24 08:57:07 (GMT)
committerTon Voon <ton.voon@opsera.com>2010-06-24 08:57:07 (GMT)
commitf789a37b057b6f34820ea4f95d63f53b5a84c980 (patch)
tree73b532f430f5e09ed8123824cf6ac852116471eb /gl/Makefile.am
parentb8e2850c1add8031a11d951bec1459b203582299 (diff)
downloadmonitoring-plugins-f789a37b057b6f34820ea4f95d63f53b5a84c980.tar.gz
Added strsep to gnulib, for check_snmp.c
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 7954b03..2f5f9c4 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 --no-vc-files base64 crypto/sha1 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 strsep timegm vasprintf vsnprintf
13 13
14AUTOMAKE_OPTIONS = 1.5 gnits 14AUTOMAKE_OPTIONS = 1.5 gnits
15 15
@@ -1367,6 +1367,15 @@ EXTRA_libgnu_a_SOURCES += strnlen.c
1367 1367
1368## end gnulib module strnlen 1368## end gnulib module strnlen
1369 1369
1370## begin gnulib module strsep
1371
1372
1373EXTRA_DIST += strsep.c
1374
1375EXTRA_libgnu_a_SOURCES += strsep.c
1376
1377## end gnulib module strsep
1378
1370## begin gnulib module strstr-simple 1379## begin gnulib module strstr-simple
1371 1380
1372 1381