summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-21 22:07:25 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-21 22:07:25 +0000
commit32865888475678304ea91322b587eee043bb06ad (patch)
tree70aafbecd9f7aeb1d309605d0f3f752963ad6445 /modules
parent62a39c7d945eb4160c206242b85c624fb2fb21fd (diff)
downloadgnulib-32865888475678304ea91322b587eee043bb06ad.tar.gz
Remove lib_SOURCES line from Makefile.am section of modules where this
is now done automatically by the corresponding Autoconf macro.
Diffstat (limited to 'modules')
-rw-r--r--modules/acl2
-rw-r--r--modules/backupfile2
-rw-r--r--modules/c-strtod2
-rw-r--r--modules/c-strtold2
-rw-r--r--modules/canon-host1
-rw-r--r--modules/canonicalize1
-rw-r--r--modules/cloexec1
-rw-r--r--modules/closeout1
-rw-r--r--modules/dirfd1
-rw-r--r--modules/dirname3
-rw-r--r--modules/exclude2
-rw-r--r--modules/exitfail2
-rw-r--r--modules/file-type2
-rw-r--r--modules/filemode2
-rw-r--r--modules/fpending2
-rw-r--r--modules/fsusage2
-rw-r--r--modules/getcwd1
-rw-r--r--modules/getdate1
-rw-r--r--modules/getline2
-rw-r--r--modules/getpagesize2
-rw-r--r--modules/getpass2
-rw-r--r--modules/getugroups2
-rw-r--r--modules/group-member2
-rw-r--r--modules/hard-locale1
-rw-r--r--modules/hash1
-rw-r--r--modules/human1
-rw-r--r--modules/idcache2
-rw-r--r--modules/inttostr1
-rw-r--r--modules/long-options2
-rw-r--r--modules/makepath2
-rw-r--r--modules/md52
-rw-r--r--modules/memcasecmp2
-rw-r--r--modules/memcoll2
-rw-r--r--modules/modechange2
-rw-r--r--modules/mountlist2
-rw-r--r--modules/path-concat2
-rw-r--r--modules/pathmax2
-rw-r--r--modules/physmem2
-rw-r--r--modules/posixtm2
-rw-r--r--modules/posixver2
-rw-r--r--modules/quote2
-rw-r--r--modules/quotearg2
-rw-r--r--modules/readtokens2
-rw-r--r--modules/readutmp2
-rw-r--r--modules/safe-read2
-rw-r--r--modules/safe-write1
-rw-r--r--modules/same2
-rw-r--r--modules/savedir2
-rw-r--r--modules/settime2
-rw-r--r--modules/sha12
-rw-r--r--modules/sig2str1
-rw-r--r--modules/strdup2
-rw-r--r--modules/strftime2
-rw-r--r--modules/strndup2
-rw-r--r--modules/strverscmp2
-rw-r--r--modules/timespec2
-rw-r--r--modules/unlocked-io2
-rw-r--r--modules/userspec1
-rw-r--r--modules/utimecmp1
-rw-r--r--modules/utimens2
-rw-r--r--modules/xalloc2
-rw-r--r--modules/xstrtol1
-rw-r--r--modules/yesno2
63 files changed, 1 insertions, 110 deletions
diff --git a/modules/acl b/modules/acl
index 10fc9736a9..758e4a1a51 100644
--- a/modules/acl
+++ b/modules/acl
@@ -12,7 +12,6 @@ configure.ac:
AC_FUNC_ACL
Makefile.am:
-lib_SOURCES += acl.h acl.c
Include:
"acl.h"
@@ -22,4 +21,3 @@ GPL
Maintainer:
Paul Eggert, Jim Meyering
-
diff --git a/modules/backupfile b/modules/backupfile
index c9c313fc2a..15ff8f9e27 100644
--- a/modules/backupfile
+++ b/modules/backupfile
@@ -17,7 +17,6 @@ configure.ac:
gl_BACKUPFILE
Makefile.am:
-lib_SOURCES += backupfile.h backupfile.c
Include:
"backupfile.h"
@@ -27,4 +26,3 @@ GPL
Maintainer:
Paul Eggert, Jim Meyering
-
diff --git a/modules/c-strtod b/modules/c-strtod
index 8f16e328ea..511d16b3fd 100644
--- a/modules/c-strtod
+++ b/modules/c-strtod
@@ -13,7 +13,6 @@ configure.ac:
gl_C_STRTOD
Makefile.am:
-lib_SOURCES += c-strtod.h c-strtod.c
Include:
"c-strtod.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Paul Eggert, Jim Meyering
-
diff --git a/modules/c-strtold b/modules/c-strtold
index e9b932937b..764145a3fe 100644
--- a/modules/c-strtold
+++ b/modules/c-strtold
@@ -14,7 +14,6 @@ configure.ac:
gl_C_STRTOLD
Makefile.am:
-lib_SOURCES += c-strtod.h c-strtod.c c-strtold.c
Include:
"c-strtod.h"
@@ -24,4 +23,3 @@ GPL
Maintainer:
Paul Eggert, Jim Meyering
-
diff --git a/modules/canon-host b/modules/canon-host
index c7479b331b..08736919b1 100644
--- a/modules/canon-host
+++ b/modules/canon-host
@@ -13,7 +13,6 @@ configure.ac:
gl_CANON_HOST
Makefile.am:
-lib_SOURCES += canon-host.c
Include:
diff --git a/modules/canonicalize b/modules/canonicalize
index 84def7e5d3..df7171c0c5 100644
--- a/modules/canonicalize
+++ b/modules/canonicalize
@@ -18,7 +18,6 @@ configure.ac:
AC_FUNC_CANONICALIZE_FILE_NAME
Makefile.am:
-lib_SOURCES += canonicalize.h canonicalize.c stat-macros.h
Include:
"canonicalize.h"
diff --git a/modules/cloexec b/modules/cloexec
index d9ecea8c17..60c04c584b 100644
--- a/modules/cloexec
+++ b/modules/cloexec
@@ -13,7 +13,6 @@ configure.ac:
gl_CLOEXEC
Makefile.am:
-lib_SOURCES += cloexec.c cloexec.h
Include:
"cloexec.h"
diff --git a/modules/closeout b/modules/closeout
index 7759e9c909..4c5120fa5c 100644
--- a/modules/closeout
+++ b/modules/closeout
@@ -18,7 +18,6 @@ configure.ac:
gl_CLOSEOUT
Makefile.am:
-lib_SOURCES += closeout.h closeout.c
Include:
"closeout.h"
diff --git a/modules/dirfd b/modules/dirfd
index 54824024ac..1ea1c8251b 100644
--- a/modules/dirfd
+++ b/modules/dirfd
@@ -12,7 +12,6 @@ configure.ac:
gl_FUNC_DIRFD
Makefile.am:
-lib_SOURCES += dirfd.h
Include:
"dirfd.h"
diff --git a/modules/dirname b/modules/dirname
index 4b1874117d..ccf2a33290 100644
--- a/modules/dirname
+++ b/modules/dirname
@@ -16,7 +16,7 @@ configure.ac:
gl_DIRNAME
Makefile.am:
-lib_SOURCES += dirname.h dirname.c basename.c stripslash.c
+lib_SOURCES += basename.c stripslash.c
Include:
"dirname.h"
@@ -26,4 +26,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/exclude b/modules/exclude
index 1327ed8dfa..976e494263 100644
--- a/modules/exclude
+++ b/modules/exclude
@@ -16,7 +16,6 @@ configure.ac:
gl_EXCLUDE
Makefile.am:
-lib_SOURCES += exclude.h exclude.c
Include:
"exclude.h"
@@ -26,4 +25,3 @@ GPL
Maintainer:
Paul Eggert
-
diff --git a/modules/exitfail b/modules/exitfail
index 05c61d788c..26f5a9236d 100644
--- a/modules/exitfail
+++ b/modules/exitfail
@@ -13,7 +13,6 @@ configure.ac:
gl_EXITFAIL
Makefile.am:
-lib_SOURCES += exitfail.h exitfail.c
Include:
"exitfail.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Paul Eggert
-
diff --git a/modules/file-type b/modules/file-type
index c0d150cf92..fe9909e5d6 100644
--- a/modules/file-type
+++ b/modules/file-type
@@ -14,7 +14,6 @@ configure.ac:
gl_FILE_TYPE
Makefile.am:
-lib_SOURCES += file-type.h file-type.c stat-macros.h
Include:
"file-type.h"
@@ -24,4 +23,3 @@ GPL
Maintainer:
Paul Eggert, Jim Meyering
-
diff --git a/modules/filemode b/modules/filemode
index 7203b0c536..14567eb7b2 100644
--- a/modules/filemode
+++ b/modules/filemode
@@ -14,7 +14,6 @@ configure.ac:
gl_FILEMODE
Makefile.am:
-lib_SOURCES += filemode.h filemode.c stat-macros.h
Include:
"filemode.h"
@@ -24,4 +23,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/fpending b/modules/fpending
index 1587206a0f..abdcadaf46 100644
--- a/modules/fpending
+++ b/modules/fpending
@@ -12,7 +12,6 @@ configure.ac:
gl_FUNC_FPENDING
Makefile.am:
-lib_SOURCES += __fpending.h
Include:
"__fpending.h"
@@ -22,4 +21,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/fsusage b/modules/fsusage
index 6d4b9db9ae..9102d0e9fe 100644
--- a/modules/fsusage
+++ b/modules/fsusage
@@ -17,7 +17,6 @@ configure.ac:
gl_FSUSAGE
Makefile.am:
-lib_SOURCES += fsusage.h
Include:
"fsusage.h"
@@ -27,4 +26,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/getcwd b/modules/getcwd
index ed46a17ca6..53be607739 100644
--- a/modules/getcwd
+++ b/modules/getcwd
@@ -15,7 +15,6 @@ configure.ac:
gl_FUNC_GETCWD
Makefile.am:
-lib_SOURCES += getcwd.h
Include:
"getcwd.h"
diff --git a/modules/getdate b/modules/getdate
index 93fe8e6bf9..583dd368bc 100644
--- a/modules/getdate
+++ b/modules/getdate
@@ -21,7 +21,6 @@ configure.ac:
gl_GETDATE
Makefile.am:
-lib_SOURCES += getdate.h getdate.y
BUILT_SOURCES += getdate.c
MAINTAINERCLEANFILES += getdate.c
diff --git a/modules/getline b/modules/getline
index 273c3cf0a5..dd456564c6 100644
--- a/modules/getline
+++ b/modules/getline
@@ -16,7 +16,6 @@ configure.ac:
AM_FUNC_GETLINE
Makefile.am:
-lib_SOURCES += getline.h
EXTRA_DIST += getndelim2.h getndelim2.c
Include:
@@ -27,4 +26,3 @@ GPL
Maintainer:
all
-
diff --git a/modules/getpagesize b/modules/getpagesize
index 2dc6324774..8720b24152 100644
--- a/modules/getpagesize
+++ b/modules/getpagesize
@@ -11,7 +11,6 @@ configure.ac:
gl_GETPAGESIZE
Makefile.am:
-lib_SOURCES += getpagesize.h
Include:
"getpagesize.h"
@@ -21,4 +20,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/getpass b/modules/getpass
index 1d69183b1a..52fc1a3ee5 100644
--- a/modules/getpass
+++ b/modules/getpass
@@ -14,7 +14,6 @@ configure.ac:
gl_FUNC_GETPASS
Makefile.am:
-lib_SOURCES += getpass.h
Include:
"getpass.h"
@@ -24,4 +23,3 @@ LGPL
Maintainer:
Jim Meyering, glibc
-
diff --git a/modules/getugroups b/modules/getugroups
index 1800e9f586..930f0bd72d 100644
--- a/modules/getugroups
+++ b/modules/getugroups
@@ -11,7 +11,6 @@ configure.ac:
gl_GETUGROUPS
Makefile.am:
-lib_SOURCES += getugroups.c
Include:
@@ -20,4 +19,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/group-member b/modules/group-member
index c9015ec462..6432a4fdc3 100644
--- a/modules/group-member
+++ b/modules/group-member
@@ -14,7 +14,6 @@ configure.ac:
gl_FUNC_GROUP_MEMBER
Makefile.am:
-lib_SOURCES += group-member.h
Include:
"group-member.h"
@@ -24,4 +23,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/hard-locale b/modules/hard-locale
index e92d881069..7b8e203086 100644
--- a/modules/hard-locale
+++ b/modules/hard-locale
@@ -13,7 +13,6 @@ configure.ac:
gl_HARD_LOCALE
Makefile.am:
-lib_SOURCES += hard-locale.h hard-locale.c
Include:
"hard-locale.h"
diff --git a/modules/hash b/modules/hash
index 2accfcb630..f3ebfc3239 100644
--- a/modules/hash
+++ b/modules/hash
@@ -14,7 +14,6 @@ configure.ac:
gl_HASH
Makefile.am:
-lib_SOURCES += hash.h hash.c
Include:
"hash.h"
diff --git a/modules/human b/modules/human
index 5b7ff6a13f..439c32e32a 100644
--- a/modules/human
+++ b/modules/human
@@ -23,7 +23,6 @@ configure.ac:
gl_HUMAN
Makefile.am:
-lib_SOURCES += human.h human.c
Include:
"human.h"
diff --git a/modules/idcache b/modules/idcache
index d6e7405adb..05923d0205 100644
--- a/modules/idcache
+++ b/modules/idcache
@@ -12,7 +12,6 @@ configure.ac:
gl_IDCACHE
Makefile.am:
-lib_SOURCES += idcache.c
Include:
@@ -21,4 +20,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/inttostr b/modules/inttostr
index b17445194f..7f819bacad 100644
--- a/modules/inttostr
+++ b/modules/inttostr
@@ -20,7 +20,6 @@ gl_INTTOSTR
Makefile.am:
EXTRA_DIST += inttostr.c
-lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c
Include:
"inttostr.h"
diff --git a/modules/long-options b/modules/long-options
index f64332236b..8b880817a2 100644
--- a/modules/long-options
+++ b/modules/long-options
@@ -13,7 +13,6 @@ configure.ac:
gl_LONG_OPTIONS
Makefile.am:
-lib_SOURCES += long-options.h long-options.c
Include:
"long-options.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/makepath b/modules/makepath
index 363a9dd104..05eacdb1bd 100644
--- a/modules/makepath
+++ b/modules/makepath
@@ -21,7 +21,6 @@ configure.ac:
gl_MAKEPATH
Makefile.am:
-lib_SOURCES += makepath.h makepath.c stat-macros.h
Include:
"makepath.h"
@@ -31,4 +30,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/md5 b/modules/md5
index e3f70df9f6..3be5bf6cfb 100644
--- a/modules/md5
+++ b/modules/md5
@@ -13,7 +13,6 @@ configure.ac:
gl_MD5
Makefile.am:
-lib_SOURCES += md5.h md5.c
Include:
"md5.h"
@@ -23,4 +22,3 @@ LGPL
Maintainer:
Jim Meyering, glibc
-
diff --git a/modules/memcasecmp b/modules/memcasecmp
index b391580043..c3847913d1 100644
--- a/modules/memcasecmp
+++ b/modules/memcasecmp
@@ -12,7 +12,6 @@ configure.ac:
gl_MEMCASECMP
Makefile.am:
-lib_SOURCES += memcasecmp.h memcasecmp.c
Include:
"memcasecmp.h"
@@ -22,4 +21,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/memcoll b/modules/memcoll
index b963bc666e..8792a7f6f0 100644
--- a/modules/memcoll
+++ b/modules/memcoll
@@ -12,7 +12,6 @@ configure.ac:
gl_MEMCOLL
Makefile.am:
-lib_SOURCES += memcoll.h memcoll.c
Include:
"memcoll.h"
@@ -22,4 +21,3 @@ GPL
Maintainer:
Paul Eggert, Jim Meyering
-
diff --git a/modules/modechange b/modules/modechange
index ff871fe496..521608e278 100644
--- a/modules/modechange
+++ b/modules/modechange
@@ -14,7 +14,6 @@ configure.ac:
gl_MODECHANGE
Makefile.am:
-lib_SOURCES += modechange.h modechange.c
Include:
"modechange.h"
@@ -24,4 +23,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/mountlist b/modules/mountlist
index 56c4151e9d..12a395abe2 100644
--- a/modules/mountlist
+++ b/modules/mountlist
@@ -15,7 +15,6 @@ configure.ac:
gl_MOUNTLIST
Makefile.am:
-lib_SOURCES += mountlist.h
Include:
"mountlist.h"
@@ -25,4 +24,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/path-concat b/modules/path-concat
index 8d42b2e5f7..e108c55af8 100644
--- a/modules/path-concat
+++ b/modules/path-concat
@@ -16,7 +16,6 @@ configure.ac:
gl_PATH_CONCAT
Makefile.am:
-lib_SOURCES += path-concat.h path-concat.c
Include:
"path-concat.h"
@@ -26,4 +25,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/pathmax b/modules/pathmax
index 1fec5faffa..93ba531423 100644
--- a/modules/pathmax
+++ b/modules/pathmax
@@ -11,7 +11,6 @@ configure.ac:
gl_PATHMAX
Makefile.am:
-lib_SOURCES += pathmax.h
Include:
"pathmax.h"
@@ -21,4 +20,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/physmem b/modules/physmem
index 7b77d6d94a..3cf13c0aed 100644
--- a/modules/physmem
+++ b/modules/physmem
@@ -12,7 +12,6 @@ configure.ac:
gl_PHYSMEM
Makefile.am:
-lib_SOURCES += physmem.h physmem.c
Include:
"physmem.h"
@@ -22,4 +21,3 @@ GPL
Maintainer:
Paul Eggert, Jim Meyering
-
diff --git a/modules/posixtm b/modules/posixtm
index f0ac2f10f3..517127b472 100644
--- a/modules/posixtm
+++ b/modules/posixtm
@@ -13,7 +13,6 @@ configure.ac:
gl_POSIXTM
Makefile.am:
-lib_SOURCES += posixtm.h posixtm.c
Include:
"posixtm.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/posixver b/modules/posixver
index b068cecf6b..84891cd548 100644
--- a/modules/posixver
+++ b/modules/posixver
@@ -13,7 +13,6 @@ configure.ac:
gl_POSIXVER
Makefile.am:
-lib_SOURCES += posixver.h posixver.c
Include:
"posixver.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Paul Eggert, Jim Meyering
-
diff --git a/modules/quote b/modules/quote
index 4d1c3b4cce..6e26f69156 100644
--- a/modules/quote
+++ b/modules/quote
@@ -13,7 +13,6 @@ configure.ac:
gl_QUOTE
Makefile.am:
-lib_SOURCES += quote.h quote.c
Include:
"quote.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Paul Eggert
-
diff --git a/modules/quotearg b/modules/quotearg
index 817089fa59..df7d335cba 100644
--- a/modules/quotearg
+++ b/modules/quotearg
@@ -16,7 +16,6 @@ configure.ac:
gl_QUOTEARG
Makefile.am:
-lib_SOURCES += quotearg.h quotearg.c
Include:
"quotearg.h"
@@ -26,4 +25,3 @@ GPL
Maintainer:
Paul Eggert
-
diff --git a/modules/readtokens b/modules/readtokens
index a8dd1452ae..c5826c09eb 100644
--- a/modules/readtokens
+++ b/modules/readtokens
@@ -13,7 +13,6 @@ configure.ac:
gl_READTOKENS
Makefile.am:
-lib_SOURCES += readtokens.h readtokens.c
Include:
"readtokens.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/readutmp b/modules/readutmp
index 854b56fe80..64214da6c1 100644
--- a/modules/readutmp
+++ b/modules/readutmp
@@ -13,7 +13,6 @@ configure.ac:
gl_READUTMP
Makefile.am:
-lib_SOURCES += readutmp.h
Include:
"readutmp.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/safe-read b/modules/safe-read
index 0d356a6de4..8aeedc405b 100644
--- a/modules/safe-read
+++ b/modules/safe-read
@@ -13,7 +13,6 @@ configure.ac:
gl_SAFE_READ
Makefile.am:
-lib_SOURCES += safe-read.h safe-read.c
Include:
"safe-read.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Jim Meyering, Bruno Haible
-
diff --git a/modules/safe-write b/modules/safe-write
index fd9d48696e..09d2d1dbaf 100644
--- a/modules/safe-write
+++ b/modules/safe-write
@@ -13,7 +13,6 @@ configure.ac:
gl_SAFE_WRITE
Makefile.am:
-lib_SOURCES += safe-write.h safe-write.c
Include:
"safe-write.h"
diff --git a/modules/same b/modules/same
index 37ef600c01..5587ba244a 100644
--- a/modules/same
+++ b/modules/same
@@ -17,7 +17,6 @@ configure.ac:
gl_SAME
Makefile.am:
-lib_SOURCES += same.h same.c
Include:
"same.h"
@@ -27,4 +26,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/savedir b/modules/savedir
index e53e7ab5bc..fe9a027fd1 100644
--- a/modules/savedir
+++ b/modules/savedir
@@ -13,7 +13,6 @@ configure.ac:
gl_SAVEDIR
Makefile.am:
-lib_SOURCES += savedir.h savedir.c
Include:
"savedir.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/settime b/modules/settime
index 8d0d2e1dc6..71da479a39 100644
--- a/modules/settime
+++ b/modules/settime
@@ -13,7 +13,6 @@ configure.ac:
gl_SETTIME
Makefile.am:
-lib_SOURCES += settime.c
Include:
@@ -22,4 +21,3 @@ GPL
Maintainer:
Paul Eggert, Jim Meyering
-
diff --git a/modules/sha1 b/modules/sha1
index 062cc28440..a528d0521e 100644
--- a/modules/sha1
+++ b/modules/sha1
@@ -13,7 +13,6 @@ configure.ac:
gl_SHA1
Makefile.am:
-lib_SOURCES += sha1.h sha1.c
Include:
"sha1.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/sig2str b/modules/sig2str
index 5f6fce5a38..66747da3b3 100644
--- a/modules/sig2str
+++ b/modules/sig2str
@@ -13,7 +13,6 @@ configure.ac:
gl_FUNC_SIG2STR
Makefile.am:
-lib_SOURCES += sig2str.h
Include:
"sig2str.h"
diff --git a/modules/strdup b/modules/strdup
index d3bd14c9e0..a42129962a 100644
--- a/modules/strdup
+++ b/modules/strdup
@@ -12,7 +12,6 @@ configure.ac:
gl_FUNC_STRDUP
Makefile.am:
-lib_SOURCES += strdup.h
Include:
"strdup.h"
@@ -22,4 +21,3 @@ LGPL
Maintainer:
all, glibc
-
diff --git a/modules/strftime b/modules/strftime
index 468bbad739..07abef6e09 100644
--- a/modules/strftime
+++ b/modules/strftime
@@ -16,7 +16,6 @@ configure.ac:
gl_FUNC_GNU_STRFTIME
Makefile.am:
-lib_SOURCES += strftime.c strftime.h
Include:
"strftime.h"
@@ -26,4 +25,3 @@ LGPL
Maintainer:
glibc
-
diff --git a/modules/strndup b/modules/strndup
index ed9c51c2cf..6b434ec1a4 100644
--- a/modules/strndup
+++ b/modules/strndup
@@ -13,7 +13,6 @@ configure.ac:
gl_FUNC_STRNDUP
Makefile.am:
-lib_SOURCES += strndup.h
Include:
"strndup.h"
@@ -23,4 +22,3 @@ LGPL
Maintainer:
glibc
-
diff --git a/modules/strverscmp b/modules/strverscmp
index 8956a4ad81..c6acf5bea6 100644
--- a/modules/strverscmp
+++ b/modules/strverscmp
@@ -12,7 +12,6 @@ configure.ac:
gl_FUNC_STRVERSCMP
Makefile.am:
-lib_SOURCES += strverscmp.h
Include:
"strverscmp.h"
@@ -22,4 +21,3 @@ LGPL
Maintainer:
Jim Meyering, glibc
-
diff --git a/modules/timespec b/modules/timespec
index a363392523..dfd8183199 100644
--- a/modules/timespec
+++ b/modules/timespec
@@ -13,7 +13,6 @@ configure.ac:
gl_TIMESPEC
Makefile.am:
-lib_SOURCES += timespec.h
Include:
"timespec.h"
@@ -23,4 +22,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/unlocked-io b/modules/unlocked-io
index 3ce2322c41..000fe32c19 100644
--- a/modules/unlocked-io
+++ b/modules/unlocked-io
@@ -12,7 +12,6 @@ configure.ac:
gl_FUNC_GLIBC_UNLOCKED_IO
Makefile.am:
-lib_SOURCES += unlocked-io.h
Include:
"unlocked-io.h"
@@ -22,4 +21,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/userspec b/modules/userspec
index 98521fc329..10563e2bbc 100644
--- a/modules/userspec
+++ b/modules/userspec
@@ -18,7 +18,6 @@ configure.ac:
gl_USERSPEC
Makefile.am:
-lib_SOURCES += userspec.c userspec.h
Include:
"userspec.h"
diff --git a/modules/utimecmp b/modules/utimecmp
index 64a4fa3207..e4e6f43246 100644
--- a/modules/utimecmp
+++ b/modules/utimecmp
@@ -17,7 +17,6 @@ configure.ac:
gl_UTIMECMP
Makefile.am:
-lib_SOURCES += utimecmp.h utimecmp.c
Include:
"utimecmp.h"
diff --git a/modules/utimens b/modules/utimens
index f630f1bb5b..689b7184fc 100644
--- a/modules/utimens
+++ b/modules/utimens
@@ -14,7 +14,6 @@ configure.ac:
gl_UTIMENS
Makefile.am:
-lib_SOURCES += utimens.h utimens.c
Include:
"utimens.h"
@@ -24,4 +23,3 @@ GPL
Maintainer:
Paul Eggert, Jim Meyering
-
diff --git a/modules/xalloc b/modules/xalloc
index f07705171d..ba2de3f1d2 100644
--- a/modules/xalloc
+++ b/modules/xalloc
@@ -12,7 +12,6 @@ configure.ac:
gl_XALLOC
Makefile.am:
-lib_SOURCES += xalloc.h xmalloc.c
Include:
"xalloc.h"
@@ -22,4 +21,3 @@ GPL
Maintainer:
all
-
diff --git a/modules/xstrtol b/modules/xstrtol
index 04c825b03b..4b0eb1a941 100644
--- a/modules/xstrtol
+++ b/modules/xstrtol
@@ -22,7 +22,6 @@ configure.ac:
gl_XSTRTOL
Makefile.am:
-lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
Include:
"xstrtol.h"
diff --git a/modules/yesno b/modules/yesno
index 05b7a204d7..ab8224682f 100644
--- a/modules/yesno
+++ b/modules/yesno
@@ -14,7 +14,6 @@ configure.ac:
gl_YESNO
Makefile.am:
-lib_SOURCES += yesno.c yesno.h
Include:
"yesno.h"
@@ -24,4 +23,3 @@ GPL
Maintainer:
Jim Meyering
-