diff options
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 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 | ||
14 | AUTOMAKE_OPTIONS = 1.5 gnits | 14 | AUTOMAKE_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 | |||
1373 | EXTRA_DIST += strsep.c | ||
1374 | |||
1375 | EXTRA_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 | ||