diff options
author | Ton Voon <ton.voon@opsera.com> | 2010-06-24 09:57:07 +0100 |
---|---|---|
committer | Ton Voon <ton.voon@opsera.com> | 2010-06-24 09:57:07 +0100 |
commit | f789a37b057b6f34820ea4f95d63f53b5a84c980 (patch) | |
tree | 73b532f430f5e09ed8123824cf6ac852116471eb /gl/Makefile.am | |
parent | b8e2850c1add8031a11d951bec1459b203582299 (diff) | |
download | monitoring-plugins-f789a37b057b6f34820ea4f95d63f53b5a84c980.tar.gz |
Added strsep to gnulib, for check_snmp.c
Diffstat (limited to 'gl/Makefile.am')
-rw-r--r-- | gl/Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index 7954b034..2f5f9c43 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -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=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 +# 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 AUTOMAKE_OPTIONS = 1.5 gnits @@ -1367,6 +1367,15 @@ EXTRA_libgnu_a_SOURCES += strnlen.c ## end gnulib module strnlen +## begin gnulib module strsep + + +EXTRA_DIST += strsep.c + +EXTRA_libgnu_a_SOURCES += strsep.c + +## end gnulib module strsep + ## begin gnulib module strstr-simple |