Jim Meyering wrote: > coreutils now fails to pass "make > distcheck" after a bootstrap. At least part of the problem is that > lib/Makefile's DIST_COMMON ends up being nearly empty.
This should fix it. Now that we bypass automake's LIBOBJS magic, we have to declare all distributed files. This might look like a burden for the future, but actually things are becoming simpler. Typically, all files from lib/ can now be put into lib_SOURCES or all into EXTRA_DIST; it's usually no longer necessary to think about whether to mention a file or not. And in the future, gnulib will generate these EXTRA_DIST's for lib/* files automatically. This was not possible in the past because it collided with automake's benevolent error messages. 2006-10-12 Bruno Haible <[EMAIL PROTECTED]> * modules/acl (Makefile.am): Destribute all files in lib/ through EXTRA_DIST. * modules/arcfour (Makefile.am): Likewise. * modules/arctwo (Makefile.am): Likewise. * modules/argmatch (Makefile.am): Likewise. * modules/argz (Makefile.am): Likewise. * modules/atexit (Makefile.am): Likewise. * modules/backupfile (Makefile.am): Likewise. * modules/c-strtod (Makefile.am): Likewise. * modules/c-strtold (Makefile.am): Likewise. * modules/calloc (Makefile.am): Likewise. * modules/canon-host (Makefile.am): Likewise. * modules/canonicalize (Makefile.am): Likewise. * modules/chdir-long (Makefile.am): Likewise. * modules/chdir-safer (Makefile.am): Likewise. * modules/check-version (Makefile.am): Likewise. * modules/chown (Makefile.am): Likewise. * modules/cloexec (Makefile.am): Likewise. * modules/close-stream (Makefile.am): Likewise. * modules/closeout (Makefile.am): Likewise. * modules/crc (Makefile.am): Likewise. * modules/cycle-check (Makefile.am): Likewise. * modules/des (Makefile.am): Likewise. * modules/dirfd (Makefile.am): Likewise. * modules/dirname (Makefile.am): Likewise. * modules/dup2 (Makefile.am): Likewise. * modules/euidaccess (Makefile.am): Likewise. * modules/exclude (Makefile.am): Likewise. * modules/exitfail (Makefile.am): Likewise. * modules/fcntl-safer (Makefile.am): Likewise. * modules/file-type (Makefile.am): Likewise. * modules/fileblocks (Makefile.am): Likewise. * modules/filemode (Makefile.am): Likewise. * modules/filenamecat (Makefile.am): Likewise. * modules/fnmatch (Makefile.am): Likewise. * modules/fopen-safer (Makefile.am): Likewise. * modules/fpending (Makefile.am): Likewise. * modules/fprintftime (Makefile.am): Likewise. * modules/free (Makefile.am): Likewise. * modules/fsusage (Makefile.am): Likewise. * modules/ftruncate (Makefile.am): Likewise. * modules/fts (Makefile.am): Likewise. * modules/gc (Makefile.am): Likewise. * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise. * modules/getaddrinfo (Makefile.am): Likewise. * modules/getcwd (Makefile.am): Likewise. * modules/getdelim (Makefile.am): Likewise. * modules/getdomainname (Makefile.am): Likewise. * modules/getgroups (Makefile.am): Likewise. * modules/gethostname (Makefile.am): Likewise. * modules/gethrxtime (Makefile.am): Likewise. * modules/getline (Makefile.am): Likewise. * modules/getloadavg (Makefile.am): Likewise. * modules/getlogin_r (Makefile.am): Likewise. * modules/getopt (Makefile.am): Likewise. * modules/getpass (Makefile.am): Likewise. * modules/getpass-gnu (Makefile.am): Likewise. * modules/getsubopt (Makefile.am): Likewise. * modules/gettime (Makefile.am): Likewise. * modules/gettimeofday (Makefile.am): Likewise. * modules/getugroups (Makefile.am): Likewise. * modules/getusershell (Makefile.am): Likewise. * modules/glob (Makefile.am): Likewise. * modules/group-member (Makefile.am): Likewise. * modules/hard-locale (Makefile.am): Likewise. * modules/hash (Makefile.am): Likewise. * modules/hmac-md5 (Makefile.am): Likewise. * modules/hmac-sha1 (Makefile.am): Likewise. * modules/human (Makefile.am): Likewise. * modules/idcache (Makefile.am): Likewise. * modules/imaxabs (Makefile.am): Likewise. * modules/imaxdiv (Makefile.am): Likewise. * modules/inet_ntop (Makefile.am): Likewise. * modules/inet_pton (Makefile.am): Likewise. * modules/inttostr (Makefile.am): Likewise. * modules/isapipe (Makefile.am): Likewise. * modules/lchown (Makefile.am): Likewise. * modules/long-options (Makefile.am): Likewise. * modules/lstat (Makefile.am): Likewise. * modules/malloc (Makefile.am): Likewise. * modules/mathl (Makefile.am): Likewise. * modules/mbchar (Makefile.am): Likewise. * modules/md2 (Makefile.am): Likewise. * modules/md4 (Makefile.am): Likewise. * modules/md5 (Makefile.am): Likewise. * modules/memcasecmp (Makefile.am): Likewise. * modules/memchr (Makefile.am): Likewise. * modules/memcmp (Makefile.am): Likewise. * modules/memcoll (Makefile.am): Likewise. * modules/memcpy (Makefile.am): Likewise. * modules/memmem (Makefile.am): Likewise. * modules/memmove (Makefile.am): Likewise. * modules/mempcpy (Makefile.am): Likewise. * modules/memrchr (Makefile.am): Likewise. * modules/memset (Makefile.am): Likewise. * modules/memxor (Makefile.am): Likewise. * modules/mkancesdirs (Makefile.am): Likewise. * modules/mkdir (Makefile.am): Likewise. * modules/mkdir-p (Makefile.am): Likewise. * modules/mkdtemp (Makefile.am): Likewise. * modules/mkstemp (Makefile.am): Likewise. * modules/mktime (Makefile.am): Likewise. * modules/modechange (Makefile.am): Likewise. * modules/mountlist (Makefile.am): Likewise. * modules/nanosleep (Makefile.am): Likewise. * modules/openat (Makefile.am): Likewise. * modules/pagealign_alloc (Makefile.am): Likewise. * modules/physmem (Makefile.am): Likewise. * modules/poll (Makefile.am): Likewise. * modules/posixtm (Makefile.am): Likewise. * modules/posixver (Makefile.am): Likewise. * modules/putenv (Makefile.am): Likewise. * modules/quote (Makefile.am): Likewise. * modules/quotearg (Makefile.am): Likewise. * modules/raise (Makefile.am): Likewise. * modules/read-file (Makefile.am): Likewise. * modules/readline (Makefile.am): Likewise. * modules/readlink (Makefile.am): Likewise. * modules/readtokens (Makefile.am): Likewise. * modules/readutmp (Makefile.am): Likewise. * modules/realloc (Makefile.am): Likewise. * modules/regex (Makefile.am): Likewise. * modules/rename (Makefile.am): Likewise. * modules/rename-dest-slash (Makefile.am): Likewise. * modules/rijndael (Makefile.am): Likewise. * modules/rmdir (Makefile.am): Likewise. * modules/rpmatch (Makefile.am): Likewise. * modules/safe-read (Makefile.am): Likewise. * modules/safe-write (Makefile.am): Likewise. * modules/same (Makefile.am): Likewise. * modules/save-cwd (Makefile.am): Likewise. * modules/savedir (Makefile.am): Likewise. * modules/setenv (Makefile.am): Likewise. * modules/settime (Makefile.am): Likewise. * modules/sha1 (Makefile.am): Likewise. * modules/sig2str (Makefile.am): Likewise. * modules/snprintf (Makefile.am): Likewise. * modules/stdlib-safer (Makefile.am): Likewise. * modules/stpcpy (Makefile.am): Likewise. * modules/stpncpy (Makefile.am): Likewise. * modules/strcase (Makefile.am): Likewise. * modules/strcasestr (Makefile.am): Likewise. * modules/strchrnul (Makefile.am): Likewise. * modules/strcspn (Makefile.am): Likewise. * modules/strdup (Makefile.am): Likewise. * modules/strerror (Makefile.am): Likewise. * modules/strftime (Makefile.am): Likewise. * modules/strndup (Makefile.am): Likewise. * modules/strnlen (Makefile.am): Likewise. * modules/strpbrk (Makefile.am): Likewise. * modules/strsep (Makefile.am): Likewise. * modules/strstr (Makefile.am): Likewise. * modules/strtod (Makefile.am): Likewise. * modules/strtoimax (Makefile.am): Likewise. * modules/strtok_r (Makefile.am): Likewise. * modules/strtol (Makefile.am): Likewise. * modules/strtoll (Makefile.am): Likewise. * modules/strtoul (Makefile.am): Likewise. * modules/strtoull (Makefile.am): Likewise. * modules/strtoumax (Makefile.am): Likewise. * modules/strverscmp (Makefile.am): Likewise. * modules/time_r (Makefile.am): Likewise. * modules/timegm (Makefile.am): Likewise. * modules/tmpfile-safer (Makefile.am): Likewise. * modules/unistd-safer (Makefile.am): Likewise. * modules/unlinkdir (Makefile.am): Likewise. * modules/userspec (Makefile.am): Likewise. * modules/utime (Makefile.am): Likewise. * modules/utimecmp (Makefile.am): Likewise. * modules/utimens (Makefile.am): Likewise. * modules/vasnprintf (Makefile.am): Likewise. * modules/vasprintf (Makefile.am): Likewise. * modules/vsnprintf (Makefile.am): Likewise. * modules/xalloc (Makefile.am): Likewise. * modules/xgetcwd (Makefile.am): Likewise. * modules/xnanosleep (Makefile.am): Likewise. * modules/xreadlink (Makefile.am): Likewise. * modules/xstrtod (Makefile.am): Likewise. * modules/xstrtol (Makefile.am): Likewise. * modules/xstrtold (Makefile.am): Likewise. * modules/yesno (Makefile.am): Likewise. diff -u -r1.7 acl --- modules/acl 21 Aug 2006 21:46:31 -0000 1.7 +++ modules/acl 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ AC_FUNC_ACL Makefile.am: -EXTRA_DIST += acl.h +EXTRA_DIST += acl.h acl.c Include: "acl.h" diff -u -r1.3 arcfour --- modules/arcfour 22 Aug 2006 17:15:28 -0000 1.3 +++ modules/arcfour 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_ARCFOUR Makefile.am: -EXTRA_DIST += arcfour.h +EXTRA_DIST += arcfour.h arcfour.c Include: "arcfour.h" diff -u -r1.2 arctwo --- modules/arctwo 22 Aug 2006 17:15:28 -0000 1.2 +++ modules/arctwo 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_ARCTWO Makefile.am: -EXTRA_DIST += arctwo.h +EXTRA_DIST += arctwo.h arctwo.c Include: "arctwo.h" diff -u -r1.12 argmatch --- modules/argmatch 21 Aug 2006 21:46:31 -0000 1.12 +++ modules/argmatch 12 Oct 2006 18:44:07 -0000 @@ -20,7 +20,7 @@ gl_ARGMATCH Makefile.am: -EXTRA_DIST += argmatch.h +EXTRA_DIST += argmatch.h argmatch.c Include: "argmatch.h" diff -u -r1.8 argz --- modules/argz 7 Oct 2006 14:54:51 -0000 1.8 +++ modules/argz 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ Makefile.am: BUILT_SOURCES += $(ARGZ_H) -EXTRA_DIST += argz_.h +EXTRA_DIST += argz_.h argz.c # We need the following in order to create <argz.h> when the system # doesn't have one that works with the given compiler. diff -u -r1.5 atexit --- modules/atexit 5 Jul 2005 07:14:00 -0000 1.5 +++ modules/atexit 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_ATEXIT Makefile.am: +EXTRA_DIST += atexit.c Include: <stdlib.h> diff -u -r1.9 backupfile --- modules/backupfile 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/backupfile 12 Oct 2006 18:44:07 -0000 @@ -18,7 +18,7 @@ gl_BACKUPFILE Makefile.am: -EXTRA_DIST += backupfile.h +EXTRA_DIST += backupfile.h backupfile.c Include: "backupfile.h" diff -u -r1.6 c-strtod --- modules/c-strtod 21 Aug 2006 21:46:31 -0000 1.6 +++ modules/c-strtod 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_C_STRTOD Makefile.am: -EXTRA_DIST += c-strtod.h +EXTRA_DIST += c-strtod.h c-strtod.c Include: "c-strtod.h" diff -u -r1.7 c-strtold --- modules/c-strtold 21 Aug 2006 21:46:31 -0000 1.7 +++ modules/c-strtold 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_C_STRTOLD Makefile.am: -EXTRA_DIST += c-strtod.c c-strtod.h +EXTRA_DIST += c-strtod.h c-strtod.c c-strtold.c Include: "c-strtod.h" diff -u -r1.2 calloc --- modules/calloc 22 Sep 2004 15:11:04 -0000 1.2 +++ modules/calloc 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ AC_FUNC_CALLOC Makefile.am: +EXTRA_DIST += calloc.c Include: <stdlib.h> diff -u -r1.8 canon-host --- modules/canon-host 21 Aug 2006 21:46:31 -0000 1.8 +++ modules/canon-host 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_CANON_HOST Makefile.am: -EXTRA_DIST += canon-host.h +EXTRA_DIST += canon-host.h canon-host.c Include: #include "canon-host.h" diff -u -r1.9 canonicalize --- modules/canonicalize 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/canonicalize 12 Oct 2006 18:44:07 -0000 @@ -19,7 +19,7 @@ AC_FUNC_CANONICALIZE_FILE_NAME Makefile.am: -EXTRA_DIST += canonicalize.h +EXTRA_DIST += canonicalize.h canonicalize.c pathmax.h Include: "canonicalize.h" diff -u -r1.7 chdir-long --- modules/chdir-long 31 Aug 2006 21:54:54 -0000 1.7 +++ modules/chdir-long 12 Oct 2006 18:44:07 -0000 @@ -17,7 +17,7 @@ gl_FUNC_CHDIR_LONG Makefile.am: -EXTRA_DIST += chdir-long.h +EXTRA_DIST += chdir-long.h chdir-long.c Include: "chdir-long.h" diff -u -r1.3 chdir-safer --- modules/chdir-safer 28 Aug 2006 22:59:17 -0000 1.3 +++ modules/chdir-safer 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_CHDIR_SAFER Makefile.am: -EXTRA_DIST += chdir-safer.h +EXTRA_DIST += chdir-safer.h chdir-safer.c Include: "chdir-safer.h" diff -u -r1.3 check-version --- modules/check-version 22 Aug 2006 17:15:28 -0000 1.3 +++ modules/check-version 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_CHECK_VERSION Makefile.am: -EXTRA_DIST += check-version.h +EXTRA_DIST += check-version.h check-version.c Include: "check-version.h" diff -u -r1.7 chown --- modules/chown 10 Aug 2006 13:30:55 -0000 1.7 +++ modules/chown 12 Oct 2006 18:44:07 -0000 @@ -13,6 +13,7 @@ gl_FUNC_CHOWN Makefile.am: +EXTRA_DIST += chown.c fchown-stub.c Include: <unistd.h> diff -u -r1.4 cloexec --- modules/cloexec 21 Aug 2006 21:46:31 -0000 1.4 +++ modules/cloexec 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_CLOEXEC Makefile.am: -EXTRA_DIST += cloexec.h +EXTRA_DIST += cloexec.h cloexec.c Include: "cloexec.h" diff -u -r1.2 close-stream --- modules/close-stream 21 Aug 2006 21:46:31 -0000 1.2 +++ modules/close-stream 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_CLOSE_STREAM Makefile.am: -EXTRA_DIST += close-stream.h +EXTRA_DIST += close-stream.h close-stream.c Include: "close-stream.h" diff -u -r1.16 closeout --- modules/closeout 6 Oct 2006 13:59:10 -0000 1.16 +++ modules/closeout 12 Oct 2006 18:44:07 -0000 @@ -17,7 +17,7 @@ gl_CLOSEOUT Makefile.am: -EXTRA_DIST += closeout.h +EXTRA_DIST += closeout.h closeout.c Include: "closeout.h" diff -u -r1.2 crc --- modules/crc 22 Aug 2006 17:15:28 -0000 1.2 +++ modules/crc 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_CRC Makefile.am: -EXTRA_DIST += crc.h +EXTRA_DIST += crc.h crc.c Include: "crc.h" diff -u -r1.9 cycle-check --- modules/cycle-check 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/cycle-check 12 Oct 2006 18:44:07 -0000 @@ -16,7 +16,7 @@ gl_CYCLE_CHECK Makefile.am: -EXTRA_DIST += cycle-check.h +EXTRA_DIST += cycle-check.h cycle-check.c Include: "cycle-check.h" diff -u -r1.2 des --- modules/des 22 Aug 2006 17:15:28 -0000 1.2 +++ modules/des 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_DES Makefile.am: -EXTRA_DIST += des.h +EXTRA_DIST += des.h des.c Include: "des.h" diff -u -r1.8 dirfd --- modules/dirfd 21 Aug 2006 21:46:31 -0000 1.8 +++ modules/dirfd 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_DIRFD Makefile.am: -EXTRA_DIST += dirfd.h +EXTRA_DIST += dirfd.h dirfd.c Include: "dirfd.h" diff -u -r1.9 dirname --- modules/dirname 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/dirname 12 Oct 2006 18:44:07 -0000 @@ -19,7 +19,7 @@ gl_DIRNAME Makefile.am: -EXTRA_DIST += dirname.h +EXTRA_DIST += dirname.h dirname.c basename.c stripslash.c Include: "dirname.h" diff -u -r1.5 dup2 --- modules/dup2 5 Jul 2005 07:14:00 -0000 1.5 +++ modules/dup2 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_DUP2 Makefile.am: +EXTRA_DIST += dup2.c Include: <unistd.h> diff -u -r1.8 euidaccess --- modules/euidaccess 22 Mar 2005 07:44:16 -0000 1.8 +++ modules/euidaccess 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FUNC_EUIDACCESS Makefile.am: -lib_SOURCES += euidaccess.h +EXTRA_DIST += euidaccess.h euidaccess.c Include: "euidaccess.h" diff -u -r1.8 exclude --- modules/exclude 21 Aug 2006 21:46:31 -0000 1.8 +++ modules/exclude 12 Oct 2006 18:44:07 -0000 @@ -17,7 +17,7 @@ gl_EXCLUDE Makefile.am: -EXTRA_DIST += exclude.h +EXTRA_DIST += exclude.h exclude.c Include: "exclude.h" diff -u -r1.7 exitfail --- modules/exitfail 21 Aug 2006 21:46:31 -0000 1.7 +++ modules/exitfail 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_EXITFAIL Makefile.am: -EXTRA_DIST += exitfail.h +EXTRA_DIST += exitfail.h exitfail.c Include: "exitfail.h" diff -u -r1.6 fcntl-safer --- modules/fcntl-safer 21 Aug 2006 21:46:31 -0000 1.6 +++ modules/fcntl-safer 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_FCNTL_SAFER Makefile.am: -EXTRA_DIST += fcntl-safer.h fcntl--.h +EXTRA_DIST += fcntl--.h creat-safer.c fcntl-safer.h open-safer.c Include: "fcntl-safer.h" diff -u -r1.9 file-type --- modules/file-type 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/file-type 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FILE_TYPE Makefile.am: -EXTRA_DIST += file-type.h +EXTRA_DIST += file-type.h file-type.c Include: "file-type.h" diff -u -r1.4 fileblocks --- modules/fileblocks 22 Sep 2004 15:11:04 -0000 1.4 +++ modules/fileblocks 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FILEBLOCKS Makefile.am: +EXTRA_DIST += fileblocks.c Include: diff -u -r1.9 filemode --- modules/filemode 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/filemode 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_FILEMODE Makefile.am: -EXTRA_DIST += filemode.h +EXTRA_DIST += filemode.h filemode.c Include: "filemode.h" diff -u -r1.2 filenamecat --- modules/filenamecat 21 Aug 2006 21:46:31 -0000 1.2 +++ modules/filenamecat 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_FILE_NAME_CONCAT Makefile.am: -EXTRA_DIST += filenamecat.h +EXTRA_DIST += filenamecat.h filenamecat.c Include: "filenamecat.h" diff -u -r1.13 fnmatch --- modules/fnmatch 7 Oct 2006 14:54:51 -0000 1.13 +++ modules/fnmatch 12 Oct 2006 18:44:07 -0000 @@ -17,7 +17,7 @@ Makefile.am: BUILT_SOURCES += $(FNMATCH_H) -EXTRA_DIST += fnmatch_.h fnmatch_loop.c +EXTRA_DIST += fnmatch_.h fnmatch.c fnmatch_loop.c # We need the following in order to create <fnmatch.h> when the system # doesn't have one that supports the required API. diff -u -r1.2 fopen-safer --- modules/fopen-safer 21 Aug 2006 21:46:31 -0000 1.2 +++ modules/fopen-safer 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FOPEN_SAFER Makefile.am: -EXTRA_DIST += stdio-safer.h stdio--.h +EXTRA_DIST += stdio--.h stdio-safer.h fopen-safer.c Include: "stdio-safer.h" diff -u -r1.7 fpending --- modules/fpending 21 Aug 2006 21:46:31 -0000 1.7 +++ modules/fpending 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_FPENDING Makefile.am: -EXTRA_DIST += __fpending.h +EXTRA_DIST += __fpending.h __fpending.c Include: "__fpending.h" diff -u -r1.2 fprintftime --- modules/fprintftime 21 Aug 2006 21:46:31 -0000 1.2 +++ modules/fprintftime 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_FPRINTFTIME Makefile.am: -EXTRA_DIST += fprintftime.h +EXTRA_DIST += fprintftime.h fprintftime.c Include: "fprintftime.h" diff -u -r1.2 free --- modules/free 22 Sep 2004 15:11:04 -0000 1.2 +++ modules/free 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_FREE Makefile.am: +EXTRA_DIST += free.c Include: <stdlib.h> diff -u -r1.9 fsusage --- modules/fsusage 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/fsusage 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_FSUSAGE Makefile.am: -EXTRA_DIST += fsusage.h +EXTRA_DIST += fsusage.h fsusage.c Include: "fsusage.h" diff -u -r1.5 ftruncate --- modules/ftruncate 22 Sep 2004 15:11:04 -0000 1.5 +++ modules/ftruncate 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_FTRUNCATE Makefile.am: +EXTRA_DIST += ftruncate.c Include: <unistd.h> diff -u -r1.8 fts --- modules/fts 12 Oct 2006 10:32:32 -0000 1.8 +++ modules/fts 12 Oct 2006 18:44:07 -0000 @@ -23,7 +23,7 @@ gl_FUNC_FTS Makefile.am: -EXTRA_DIST += fts_.h fts-cycle.c +EXTRA_DIST += fts_.h fts.c fts-cycle.c Include: "fts_.h" diff -u -r1.7 gc --- modules/gc 9 Sep 2006 19:02:08 -0000 1.7 +++ modules/gc 12 Oct 2006 18:44:07 -0000 @@ -18,7 +18,7 @@ fi Makefile.am: -EXTRA_DIST += gc.h +EXTRA_DIST += gc.h gc-libgcrypt.c gc-gnulib.c if GL_COND_LIBTOOL lib_LDFLAGS += $(LTLIBGCRYPT) endif diff -u -r1.1 gc-pbkdf2-sha1 --- modules/gc-pbkdf2-sha1 12 Oct 2005 13:13:29 -0000 1.1 +++ modules/gc-pbkdf2-sha1 12 Oct 2006 18:44:07 -0000 @@ -13,6 +13,7 @@ gl_GC_PBKDF2_SHA1 Makefile.am: +EXTRA_DIST += gc-pbkdf2-sha1.c Include: "gc.h" diff -u -r1.10 getaddrinfo --- modules/getaddrinfo 9 Aug 2006 22:52:40 -0000 1.10 +++ modules/getaddrinfo 12 Oct 2006 18:44:07 -0000 @@ -20,7 +20,7 @@ gl_GETADDRINFO Makefile.am: -lib_SOURCES += getaddrinfo.h +EXTRA_DIST += getaddrinfo.h getaddrinfo.c gai_strerror.c Include: "getaddrinfo.h" diff -u -r1.10 getcwd --- modules/getcwd 21 Aug 2006 21:46:31 -0000 1.10 +++ modules/getcwd 12 Oct 2006 18:44:07 -0000 @@ -18,7 +18,7 @@ gl_FUNC_GETCWD Makefile.am: -EXTRA_DIST += getcwd.h +EXTRA_DIST += getcwd.h getcwd.c Include: "getcwd.h" diff -u -r1.2 getdelim --- modules/getdelim 22 Aug 2006 17:15:28 -0000 1.2 +++ modules/getdelim 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_GETDELIM Makefile.am: -EXTRA_DIST += getdelim.h +EXTRA_DIST += getdelim.h getdelim.c Include: "getdelim.h" diff -u -r1.2 getdomainname --- modules/getdomainname 22 Sep 2004 15:11:04 -0000 1.2 +++ modules/getdomainname 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_GETDOMAINNAME Makefile.am: -lib_SOURCES += getdomainname.h +EXTRA_DIST += getdomainname.h getdomainname.c Include: "getdomainname.h" diff -u -r1.5 getgroups --- modules/getgroups 22 Sep 2004 15:11:04 -0000 1.5 +++ modules/getgroups 12 Oct 2006 18:44:07 -0000 @@ -12,6 +12,7 @@ gl_FUNC_GETGROUPS Makefile.am: +EXTRA_DIST += getgroups.c Include: <unistd.h> diff -u -r1.5 gethostname --- modules/gethostname 27 Sep 2005 21:37:06 -0000 1.5 +++ modules/gethostname 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_GETHOSTNAME Makefile.am: +EXTRA_DIST += gethostname.c Include: diff -u -r1.5 gethrxtime --- modules/gethrxtime 25 Sep 2006 17:35:50 -0000 1.5 +++ modules/gethrxtime 12 Oct 2006 18:44:07 -0000 @@ -17,7 +17,7 @@ gl_GETHRXTIME Makefile.am: -EXTRA_DIST += gethrxtime.h xtime.h +EXTRA_DIST += xtime.h gethrxtime.c gethrxtime.h Include: #include "xtime.h" diff -u -r1.11 getline --- modules/getline 22 Aug 2006 17:15:28 -0000 1.11 +++ modules/getline 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_FUNC_GETLINE Makefile.am: -EXTRA_DIST += getline.h +EXTRA_DIST += getline.h getline.c Include: "getline.h" diff -u -r1.13 getloadavg --- modules/getloadavg 22 Sep 2006 12:47:55 -0000 1.13 +++ modules/getloadavg 12 Oct 2006 18:44:07 -0000 @@ -17,6 +17,7 @@ gl_GETLOADAVG([$gl_source_base]) Makefile.am: +EXTRA_DIST += getloadavg.c Include: diff -u -r1.5 getlogin_r --- modules/getlogin_r 26 Sep 2006 06:36:30 -0000 1.5 +++ modules/getlogin_r 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_GETLOGIN_R Makefile.am: -EXTRA_DIST += getlogin_r.h +EXTRA_DIST += getlogin_r.h getlogin_r.c Include: "getlogin_r.h" diff -u -r1.14 getopt --- modules/getopt 7 Oct 2006 14:54:51 -0000 1.14 +++ modules/getopt 12 Oct 2006 18:44:07 -0000 @@ -17,7 +17,7 @@ Makefile.am: BUILT_SOURCES += $(GETOPT_H) -EXTRA_DIST += getopt_.h getopt_int.h +EXTRA_DIST += getopt_.h getopt.c getopt1.c getopt_int.h # We need the following in order to create <getopt.h> when the system # doesn't have one that works with the given compiler. diff -u -r1.9 getpass --- modules/getpass 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/getpass 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FUNC_GETPASS Makefile.am: -EXTRA_DIST += getpass.h +EXTRA_DIST += getpass.h getpass.c Include: "getpass.h" diff -u -r1.6 getpass-gnu --- modules/getpass-gnu 22 Aug 2006 12:26:39 -0000 1.6 +++ modules/getpass-gnu 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FUNC_GETPASS_GNU Makefile.am: -EXTRA_DIST += getpass.h +EXTRA_DIST += getpass.h getpass.c Include: "getpass.h" diff -u -r1.2 getsubopt --- modules/getsubopt 22 Sep 2004 15:11:04 -0000 1.2 +++ modules/getsubopt 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_FUNC_GETSUBOPT Makefile.am: -lib_SOURCES += getsubopt.h +EXTRA_DIST += getsubopt.h getsubopt.c Include: "getsubopt.h" diff -u -r1.8 gettime --- modules/gettime 25 Sep 2006 17:35:50 -0000 1.8 +++ modules/gettime 12 Oct 2006 18:44:07 -0000 @@ -16,6 +16,7 @@ gl_GETTIME Makefile.am: +EXTRA_DIST += gettime.c Include: #include "timespec.h" diff -u -r1.4 gettimeofday --- modules/gettimeofday 22 Sep 2004 15:11:04 -0000 1.4 +++ modules/gettimeofday 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ AC_FUNC_GETTIMEOFDAY_CLOBBER Makefile.am: +EXTRA_DIST += gettimeofday.c Include: <sys/time.h> diff -u -r1.5 getugroups --- modules/getugroups 21 Mar 2005 22:07:25 -0000 1.5 +++ modules/getugroups 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_GETUGROUPS Makefile.am: +EXTRA_DIST += getugroups.c Include: diff -u -r1.8 getusershell --- modules/getusershell 25 Jul 2006 06:20:19 -0000 1.8 +++ modules/getusershell 12 Oct 2006 18:44:07 -0000 @@ -13,6 +13,7 @@ gl_FUNC_GETUSERSHELL Makefile.am: +EXTRA_DIST += getusershell.c Include: diff -u -r1.11 glob --- modules/glob 7 Oct 2006 14:54:51 -0000 1.11 +++ modules/glob 12 Oct 2006 18:44:07 -0000 @@ -25,7 +25,7 @@ Makefile.am: BUILT_SOURCES += $(GLOB_H) -EXTRA_DIST += glob_.h glob-libc.h +EXTRA_DIST += glob_.h glob-libc.h glob.c # We need the following in order to create <glob.h> when the system # doesn't have one that works with the given compiler. diff -u -r1.8 group-member --- modules/group-member 21 Aug 2006 21:46:31 -0000 1.8 +++ modules/group-member 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FUNC_GROUP_MEMBER Makefile.am: -EXTRA_DIST += group-member.h +EXTRA_DIST += group-member.h group-member.c Include: "group-member.h" diff -u -r1.8 hard-locale --- modules/hard-locale 21 Aug 2006 21:46:31 -0000 1.8 +++ modules/hard-locale 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_HARD_LOCALE Makefile.am: -EXTRA_DIST += hard-locale.h +EXTRA_DIST += hard-locale.h hard-locale.c Include: "hard-locale.h" diff -u -r1.10 hash --- modules/hash 21 Aug 2006 21:46:31 -0000 1.10 +++ modules/hash 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_HASH Makefile.am: -EXTRA_DIST += hash.h +EXTRA_DIST += hash.h hash.c Include: "hash.h" diff -u -r1.2 hmac-md5 --- modules/hmac-md5 22 Aug 2006 17:15:28 -0000 1.2 +++ modules/hmac-md5 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_HMAC_MD5 Makefile.am: -EXTRA_DIST += hmac.h +EXTRA_DIST += hmac.h hmac-md5.c Include: "hmac.h" diff -u -r1.2 hmac-sha1 --- modules/hmac-sha1 22 Aug 2006 17:15:28 -0000 1.2 +++ modules/hmac-sha1 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_HMAC_SHA1 Makefile.am: -EXTRA_DIST += hmac.h +EXTRA_DIST += hmac.h hmac-sha1.c Include: "hmac.h" diff -u -r1.12 human --- modules/human 21 Aug 2006 21:46:31 -0000 1.12 +++ modules/human 12 Oct 2006 18:44:07 -0000 @@ -20,7 +20,7 @@ gl_HUMAN Makefile.am: -EXTRA_DIST += human.h +EXTRA_DIST += human.h human.c Include: "human.h" diff -u -r1.5 idcache --- modules/idcache 21 Mar 2005 22:07:25 -0000 1.5 +++ modules/idcache 12 Oct 2006 18:44:07 -0000 @@ -12,6 +12,7 @@ gl_IDCACHE Makefile.am: +EXTRA_DIST += idcache.c Include: diff -u -r1.1 imaxabs --- modules/imaxabs 28 Aug 2006 12:54:10 -0000 1.1 +++ modules/imaxabs 12 Oct 2006 18:44:07 -0000 @@ -12,6 +12,7 @@ gl_FUNC_IMAXABS Makefile.am: +EXTRA_DIST += imaxabs.c Include: <inttypes.h> diff -u -r1.1 imaxdiv --- modules/imaxdiv 28 Aug 2006 12:54:20 -0000 1.1 +++ modules/imaxdiv 12 Oct 2006 18:44:07 -0000 @@ -12,6 +12,7 @@ gl_FUNC_IMAXDIV Makefile.am: +EXTRA_DIST += imaxdiv.c Include: <inttypes.h> diff -u -r1.8 inet_ntop --- modules/inet_ntop 9 Aug 2006 22:52:40 -0000 1.8 +++ modules/inet_ntop 12 Oct 2006 18:44:07 -0000 @@ -16,7 +16,7 @@ gl_INET_NTOP Makefile.am: -lib_SOURCES += inet_ntop.h +EXTRA_DIST += inet_ntop.h inet_ntop.c License: LGPL diff -u -r1.5 inet_pton --- modules/inet_pton 9 Aug 2006 22:52:40 -0000 1.5 +++ modules/inet_pton 12 Oct 2006 18:44:07 -0000 @@ -16,7 +16,7 @@ gl_INET_PTON Makefile.am: -lib_SOURCES += inet_pton.h +EXTRA_DIST += inet_pton.h inet_pton.c License: LGPL diff -u -r1.9 inttostr --- modules/inttostr 21 Aug 2006 06:11:26 -0000 1.9 +++ modules/inttostr 12 Oct 2006 18:44:07 -0000 @@ -17,7 +17,7 @@ gl_INTTOSTR Makefile.am: -EXTRA_DIST += inttostr.c inttostr.h +EXTRA_DIST += imaxtostr.c inttostr.c inttostr.h offtostr.c umaxtostr.c Include: "inttostr.h" diff -u -r1.1 isapipe --- modules/isapipe 29 Aug 2006 20:32:07 -0000 1.1 +++ modules/isapipe 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_ISAPIPE Makefile.am: -EXTRA_DIST += isapipe.h +EXTRA_DIST += isapipe.h isapipe.c Include: "isapipe.h" diff -u -r1.10 lchown --- modules/lchown 21 Aug 2006 21:46:31 -0000 1.10 +++ modules/lchown 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FUNC_LCHOWN Makefile.am: -EXTRA_DIST += lchown.h +EXTRA_DIST += lchown.h lchown.c Include: "lchown.h" diff -u -r1.6 long-options --- modules/long-options 21 Aug 2006 21:46:31 -0000 1.6 +++ modules/long-options 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_LONG_OPTIONS Makefile.am: -EXTRA_DIST += long-options.h +EXTRA_DIST += long-options.h long-options.c Include: "long-options.h" diff -u -r1.9 lstat --- modules/lstat 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/lstat 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_FUNC_LSTAT Makefile.am: -EXTRA_DIST += lstat.h +EXTRA_DIST += lstat.h lstat.c Include: "lstat.h" diff -u -r1.6 malloc --- modules/malloc 5 Jul 2005 07:14:00 -0000 1.6 +++ modules/malloc 12 Oct 2006 18:44:07 -0000 @@ -10,6 +10,7 @@ AC_FUNC_MALLOC Makefile.am: +EXTRA_DIST += malloc.c Include: <stdlib.h> diff -u -r1.2 mathl --- modules/mathl 22 Sep 2004 15:11:04 -0000 1.2 +++ modules/mathl 12 Oct 2006 18:44:07 -0000 @@ -28,6 +28,8 @@ Makefile.am: noinst_HEADERS += mathl.h trigl.h trigl.c sincosl.c +EXTRA_DIST += floorl.c ceill.c sqrtl.c frexpl.c ldexpl.c asinl.c acosl.c atanl.c \ + logl.c expl.c tanl.c sinl.c cosl.c Include: "mathl.h" diff -u -r1.4 mbchar --- modules/mbchar 21 Aug 2006 18:28:02 -0000 1.4 +++ modules/mbchar 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_MBCHAR Makefile.am: -lib_SOURCES += mbchar.h +EXTRA_DIST += mbchar.h mbchar.c Include: #if HAVE_WCHAR_H diff -u -r1.2 md2 --- modules/md2 22 Aug 2006 17:15:28 -0000 1.2 +++ modules/md2 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_MD2 Makefile.am: -EXTRA_DIST += md2.h +EXTRA_DIST += md2.h md2.c Include: "md2.h" diff -u -r1.2 md4 --- modules/md4 22 Aug 2006 17:15:28 -0000 1.2 +++ modules/md4 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_MD4 Makefile.am: -EXTRA_DIST += md4.h +EXTRA_DIST += md4.h md4.c Include: "md4.h" diff -u -r1.10 md5 --- modules/md5 21 Aug 2006 21:46:31 -0000 1.10 +++ modules/md5 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_MD5 Makefile.am: -lib_SOURCES += md5.h +EXTRA_DIST += md5.h md5.c Include: "md5.h" diff -u -r1.6 memcasecmp --- modules/memcasecmp 21 Aug 2006 21:46:31 -0000 1.6 +++ modules/memcasecmp 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_MEMCASECMP Makefile.am: -EXTRA_DIST += memcasecmp.h +EXTRA_DIST += memcasecmp.h memcasecmp.c Include: "memcasecmp.h" diff -u -r1.4 memchr --- modules/memchr 22 Sep 2004 15:11:04 -0000 1.4 +++ modules/memchr 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_MEMCHR Makefile.am: +EXTRA_DIST += memchr.c Include: <string.h> diff -u -r1.5 memcmp --- modules/memcmp 22 Sep 2004 15:11:04 -0000 1.5 +++ modules/memcmp 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_MEMCMP Makefile.am: +EXTRA_DIST += memcmp.c Include: <string.h> diff -u -r1.6 memcoll --- modules/memcoll 21 Aug 2006 21:46:31 -0000 1.6 +++ modules/memcoll 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_MEMCOLL Makefile.am: -EXTRA_DIST += memcoll.h +EXTRA_DIST += memcoll.h memcoll.c Include: "memcoll.h" diff -u -r1.4 memcpy --- modules/memcpy 22 Sep 2004 15:11:04 -0000 1.4 +++ modules/memcpy 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_MEMCPY Makefile.am: +EXTRA_DIST += memcpy.c Include: <string.h> diff -u -r1.1 memmem --- modules/memmem 4 Oct 2004 11:25:57 -0000 1.1 +++ modules/memmem 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_MEMMEM Makefile.am: -lib_SOURCES += memmem.h +EXTRA_DIST += memmem.h memmem.c Include: "memmem.h" diff -u -r1.5 memmove --- modules/memmove 5 Jul 2005 07:14:00 -0000 1.5 +++ modules/memmove 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_MEMMOVE Makefile.am: +EXTRA_DIST += memmove.c Include: <string.h> diff -u -r1.5 mempcpy --- modules/mempcpy 21 Aug 2006 21:46:31 -0000 1.5 +++ modules/mempcpy 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_MEMPCPY Makefile.am: -EXTRA_DIST += mempcpy.h +EXTRA_DIST += mempcpy.h mempcpy.c Include: "mempcpy.h" diff -u -r1.6 memrchr --- modules/memrchr 21 Aug 2006 21:46:31 -0000 1.6 +++ modules/memrchr 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_MEMRCHR Makefile.am: -EXTRA_DIST += memrchr.h +EXTRA_DIST += memrchr.h memrchr.c Include: "memrchr.h" diff -u -r1.5 memset --- modules/memset 5 Jul 2005 07:14:00 -0000 1.5 +++ modules/memset 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_MEMSET Makefile.am: +EXTRA_DIST += memset.c Include: <string.h> diff -u -r1.3 memxor --- modules/memxor 21 Aug 2006 21:46:31 -0000 1.3 +++ modules/memxor 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_MEMXOR Makefile.am: -EXTRA_DIST += memxor.h +EXTRA_DIST += memxor.h memxor.c Include: "memxor.h" diff -u -r1.4 mkancesdirs --- modules/mkancesdirs 25 Sep 2006 17:34:56 -0000 1.4 +++ modules/mkancesdirs 12 Oct 2006 18:44:07 -0000 @@ -16,7 +16,7 @@ gl_MKANCESDIRS Makefile.am: -EXTRA_DIST += mkancesdirs.h +EXTRA_DIST += mkancesdirs.h mkancesdirs.c Include: "mkancesdirs.h" diff -u -r1.5 mkdir --- modules/mkdir 22 Sep 2004 15:11:04 -0000 1.5 +++ modules/mkdir 12 Oct 2006 18:44:07 -0000 @@ -13,6 +13,7 @@ gl_FUNC_MKDIR_TRAILING_SLASH Makefile.am: +EXTRA_DIST += mkdir.c Include: <sys/stat.h> diff -u -r1.10 mkdir-p --- modules/mkdir-p 25 Sep 2006 17:34:56 -0000 1.10 +++ modules/mkdir-p 12 Oct 2006 18:44:07 -0000 @@ -24,7 +24,7 @@ gl_MKDIR_PARENTS Makefile.am: -lib_SOURCES += dirchownmod.h mkdir-p.h +EXTRA_DIST += dirchownmod.c dirchownmod.h mkdir-p.c mkdir-p.h Include: "mkdir-p.h" diff -u -r1.4 mkdtemp --- modules/mkdtemp 11 Sep 2006 12:35:15 -0000 1.4 +++ modules/mkdtemp 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gt_FUNC_MKDTEMP Makefile.am: -lib_SOURCES += mkdtemp.h +EXTRA_DIST += mkdtemp.h mkdtemp.c Include: "mkdtemp.h" diff -u -r1.11 mkstemp --- modules/mkstemp 20 Sep 2006 22:32:39 -0000 1.11 +++ modules/mkstemp 12 Oct 2006 18:44:07 -0000 @@ -17,7 +17,7 @@ gl_FUNC_MKSTEMP Makefile.am: -EXTRA_DIST += mkstemp.h +EXTRA_DIST += mkstemp.h mkstemp.c tempname.c Include: "mkstemp.h" diff -u -r1.5 mktime --- modules/mktime 22 Sep 2004 15:11:04 -0000 1.5 +++ modules/mktime 12 Oct 2006 18:44:07 -0000 @@ -12,6 +12,7 @@ gl_FUNC_MKTIME Makefile.am: +EXTRA_DIST += mktime.c Include: <time.h> diff -u -r1.7 modechange --- modules/modechange 21 Aug 2006 21:46:31 -0000 1.7 +++ modules/modechange 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_MODECHANGE Makefile.am: -EXTRA_DIST += modechange.h +EXTRA_DIST += modechange.h modechange.c Include: "modechange.h" diff -u -r1.9 mountlist --- modules/mountlist 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/mountlist 12 Oct 2006 18:44:07 -0000 @@ -16,7 +16,7 @@ gl_MOUNTLIST Makefile.am: -EXTRA_DIST += mountlist.h +EXTRA_DIST += mountlist.h mountlist.c Include: "mountlist.h" diff -u -r1.8 nanosleep --- modules/nanosleep 25 Sep 2006 17:35:50 -0000 1.8 +++ modules/nanosleep 12 Oct 2006 18:44:07 -0000 @@ -15,6 +15,7 @@ gl_FUNC_NANOSLEEP Makefile.am: +EXTRA_DIST += nanosleep.c Include: <time.h> diff -u -r1.14 openat --- modules/openat 30 Sep 2006 00:37:49 -0000 1.14 +++ modules/openat 12 Oct 2006 18:44:07 -0000 @@ -27,7 +27,8 @@ gl_FUNC_OPENAT Makefile.am: -EXTRA_DIST += at-func.c openat.h openat-priv.h +EXTRA_DIST += at-func.c fchmodat.c mkdirat.c \ + openat.c openat.h openat-die.c openat-priv.h openat-proc.c Include: "openat.h" diff -u -r1.5 pagealign_alloc --- modules/pagealign_alloc 22 Aug 2006 17:15:28 -0000 1.5 +++ modules/pagealign_alloc 12 Oct 2006 18:44:07 -0000 @@ -19,7 +19,7 @@ gl_PAGEALIGN_ALLOC Makefile.am: -EXTRA_DIST += pagealign_alloc.h +EXTRA_DIST += pagealign_alloc.h pagealign_alloc.c Include: #include "pagealign_alloc.h" diff -u -r1.6 physmem --- modules/physmem 21 Aug 2006 21:46:31 -0000 1.6 +++ modules/physmem 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_PHYSMEM Makefile.am: -EXTRA_DIST += physmem.h +EXTRA_DIST += physmem.h physmem.c Include: "physmem.h" diff -u -r1.11 poll --- modules/poll 7 Oct 2006 14:54:51 -0000 1.11 +++ modules/poll 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ Makefile.am: BUILT_SOURCES += $(POLL_H) -EXTRA_DIST += poll_.h +EXTRA_DIST += poll_.h poll.c # We need the following in order to create <poll.h> when the system # doesn't have one. diff -u -r1.9 posixtm --- modules/posixtm 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/posixtm 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_POSIXTM Makefile.am: -EXTRA_DIST += posixtm.h +EXTRA_DIST += posixtm.h posixtm.c Include: "posixtm.h" diff -u -r1.6 posixver --- modules/posixver 21 Aug 2006 21:46:31 -0000 1.6 +++ modules/posixver 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_POSIXVER Makefile.am: -EXTRA_DIST += posixver.h +EXTRA_DIST += posixver.h posixver.c Include: "posixver.h" diff -u -r1.5 putenv --- modules/putenv 22 Sep 2004 15:11:04 -0000 1.5 +++ modules/putenv 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_PUTENV Makefile.am: +EXTRA_DIST += putenv.c Include: diff -u -r1.6 quote --- modules/quote 21 Aug 2006 21:46:31 -0000 1.6 +++ modules/quote 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_QUOTE Makefile.am: -EXTRA_DIST += quote.h +EXTRA_DIST += quote.h quote.c Include: "quote.h" diff -u -r1.8 quotearg --- modules/quotearg 21 Aug 2006 21:46:31 -0000 1.8 +++ modules/quotearg 12 Oct 2006 18:44:07 -0000 @@ -17,7 +17,7 @@ gl_QUOTEARG Makefile.am: -EXTRA_DIST += quotearg.h +EXTRA_DIST += quotearg.h quotearg.c Include: "quotearg.h" diff -u -r1.2 raise --- modules/raise 22 Sep 2004 15:11:04 -0000 1.2 +++ modules/raise 12 Oct 2006 18:44:07 -0000 @@ -10,6 +10,7 @@ AC_REPLACE_FUNCS(raise) Makefile.am: +EXTRA_DIST += raise.c Include: diff -u -r1.2 read-file --- modules/read-file 22 Aug 2006 17:15:28 -0000 1.2 +++ modules/read-file 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_READ_FILE Makefile.am: -EXTRA_DIST += read-file.h +EXTRA_DIST += read-file.h read-file.c Include: "read-file.h" diff -u -r1.3 readline --- modules/readline 22 Aug 2006 17:15:28 -0000 1.3 +++ modules/readline 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FUNC_READLINE Makefile.am: -EXTRA_DIST += readline.h +EXTRA_DIST += readline.h readline.c Include: "readline.h" diff -u -r1.3 readlink --- modules/readlink 31 Jul 2006 11:38:19 -0000 1.3 +++ modules/readlink 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_READLINK Makefile.am: +EXTRA_DIST += readlink.c Include: diff -u -r1.8 readtokens --- modules/readtokens 21 Aug 2006 21:46:31 -0000 1.8 +++ modules/readtokens 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_READTOKENS Makefile.am: -EXTRA_DIST += readtokens.h +EXTRA_DIST += readtokens.h readtokens.c Include: "readtokens.h" diff -u -r1.10 readutmp --- modules/readutmp 21 Aug 2006 21:46:31 -0000 1.10 +++ modules/readutmp 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_READUTMP Makefile.am: -EXTRA_DIST += readutmp.h +EXTRA_DIST += readutmp.h readutmp.c Include: "readutmp.h" diff -u -r1.6 realloc --- modules/realloc 5 Jul 2005 07:14:00 -0000 1.6 +++ modules/realloc 12 Oct 2006 18:44:07 -0000 @@ -10,6 +10,7 @@ AC_FUNC_REALLOC Makefile.am: +EXTRA_DIST += realloc.c Include: <stdlib.h> diff -u -r1.16 regex --- modules/regex 21 Aug 2006 21:46:31 -0000 1.16 +++ modules/regex 12 Oct 2006 18:44:07 -0000 @@ -24,7 +24,7 @@ gl_REGEX Makefile.am: -EXTRA_DIST += regcomp.c regex.h regex_internal.c regex_internal.h regexec.c +EXTRA_DIST += regex.h regex.c regex_internal.c regex_internal.h regexec.c regcomp.c Include: "regex.h" diff -u -r1.5 rename --- modules/rename 15 Sep 2006 10:36:52 -0000 1.5 +++ modules/rename 12 Oct 2006 18:44:07 -0000 @@ -13,6 +13,7 @@ gl_FUNC_RENAME Makefile.am: +EXTRA_DIST += rename.c Include: <stdio.h> diff -u -r1.1 rename-dest-slash --- modules/rename-dest-slash 15 Sep 2006 13:49:12 -0000 1.1 +++ modules/rename-dest-slash 12 Oct 2006 18:44:07 -0000 @@ -13,6 +13,7 @@ gl_FUNC_RENAME_TRAILING_DEST_SLASH Makefile.am: +EXTRA_DIST += rename-dest-slash.c Include: <stdio.h> diff -u -r1.2 rijndael --- modules/rijndael 22 Aug 2006 17:15:28 -0000 1.2 +++ modules/rijndael 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_RIJNDAEL Makefile.am: -EXTRA_DIST += rijndael-alg-fst.h rijndael-api-fst.h +EXTRA_DIST += rijndael-alg-fst.c rijndael-alg-fst.h rijndael-api-fst.c rijndael-api-fst.h Include: "rijndael-alg-fst.h" diff -u -r1.6 rmdir --- modules/rmdir 22 Mar 2005 07:44:16 -0000 1.6 +++ modules/rmdir 12 Oct 2006 18:44:07 -0000 @@ -12,6 +12,7 @@ gl_FUNC_RMDIR Makefile.am: +EXTRA_DIST += rmdir.c Include: <unistd.h> diff -u -r1.5 rpmatch --- modules/rpmatch 6 Jul 2005 15:58:47 -0000 1.5 +++ modules/rpmatch 12 Oct 2006 18:44:07 -0000 @@ -13,6 +13,7 @@ gl_FUNC_RPMATCH Makefile.am: +EXTRA_DIST += rpmatch.c Include: diff -u -r1.8 safe-read --- modules/safe-read 21 Aug 2006 21:46:31 -0000 1.8 +++ modules/safe-read 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_SAFE_READ Makefile.am: -EXTRA_DIST += safe-read.h +EXTRA_DIST += safe-read.h safe-read.c Include: "safe-read.h" diff -u -r1.7 safe-write --- modules/safe-write 21 Aug 2006 21:46:31 -0000 1.7 +++ modules/safe-write 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_SAFE_WRITE Makefile.am: -EXTRA_DIST += safe-write.h +EXTRA_DIST += safe-write.h safe-write.c Include: "safe-write.h" diff -u -r1.9 same --- modules/same 21 Aug 2006 21:46:31 -0000 1.9 +++ modules/same 12 Oct 2006 18:44:07 -0000 @@ -18,7 +18,7 @@ gl_SAME Makefile.am: -EXTRA_DIST += same.h +EXTRA_DIST += same.h same.c Include: "same.h" diff -u -r1.11 save-cwd --- modules/save-cwd 21 Aug 2006 21:46:31 -0000 1.11 +++ modules/save-cwd 12 Oct 2006 18:44:07 -0000 @@ -16,7 +16,7 @@ gl_SAVE_CWD Makefile.am: -EXTRA_DIST += save-cwd.h +EXTRA_DIST += save-cwd.h save-cwd.c Include: "save-cwd.h" diff -u -r1.7 savedir --- modules/savedir 21 Aug 2006 21:46:31 -0000 1.7 +++ modules/savedir 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_SAVEDIR Makefile.am: -EXTRA_DIST += savedir.h +EXTRA_DIST += savedir.h savedir.c Include: "savedir.h" diff -u -r1.9 setenv --- modules/setenv 29 Jul 2006 15:34:58 -0000 1.9 +++ modules/setenv 12 Oct 2006 18:44:07 -0000 @@ -17,7 +17,7 @@ gt_FUNC_SETENV Makefile.am: -lib_SOURCES += setenv.h +EXTRA_DIST += setenv.h setenv.c unsetenv.c Include: "setenv.h" diff -u -r1.7 settime --- modules/settime 25 Sep 2006 17:35:50 -0000 1.7 +++ modules/settime 12 Oct 2006 18:44:07 -0000 @@ -14,6 +14,7 @@ gl_SETTIME Makefile.am: +EXTRA_DIST += settime.c Include: diff -u -r1.7 sha1 --- modules/sha1 21 Aug 2006 21:46:31 -0000 1.7 +++ modules/sha1 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_SHA1 Makefile.am: -EXTRA_DIST += sha1.h +EXTRA_DIST += sha1.h sha1.c Include: "sha1.h" diff -u -r1.8 sig2str --- modules/sig2str 21 Aug 2006 21:46:32 -0000 1.8 +++ modules/sig2str 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_FUNC_SIG2STR Makefile.am: -EXTRA_DIST += sig2str.h +EXTRA_DIST += sig2str.h sig2str.c Include: "sig2str.h" diff -u -r1.4 snprintf --- modules/snprintf 10 Aug 2006 23:23:07 -0000 1.4 +++ modules/snprintf 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_FUNC_SNPRINTF Makefile.am: -lib_SOURCES += snprintf.h +EXTRA_DIST += snprintf.h snprintf.c Include: "snprintf.h" diff -u -r1.2 stdlib-safer --- modules/stdlib-safer 21 Aug 2006 21:46:32 -0000 1.2 +++ modules/stdlib-safer 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_STDLIB_SAFER Makefile.am: -EXTRA_DIST += stdlib-safer.h stdlib--.h +EXTRA_DIST += stdlib--.h stdlib-safer.h mkstemp-safer.c Include: "stdlib-safer.h" diff -u -r1.5 stpcpy --- modules/stpcpy 22 Sep 2004 15:11:04 -0000 1.5 +++ modules/stpcpy 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_STPCPY Makefile.am: -lib_SOURCES += stpcpy.h +EXTRA_DIST += stpcpy.h stpcpy.c Include: "stpcpy.h" diff -u -r1.2 stpncpy --- modules/stpncpy 22 Sep 2004 15:11:04 -0000 1.2 +++ modules/stpncpy 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_STPNCPY Makefile.am: -lib_SOURCES += stpncpy.h +EXTRA_DIST += stpncpy.h stpncpy.c Include: "stpncpy.h" diff -u -r1.7 strcase --- modules/strcase 17 Aug 2005 14:01:07 -0000 1.7 +++ modules/strcase 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_STRCASE Makefile.am: -lib_SOURCES += strcase.h +EXTRA_DIST += strcase.h strcasecmp.c strncasecmp.c Include: "strcase.h" diff -u -r1.1 strcasestr --- modules/strcasestr 17 Aug 2005 14:09:19 -0000 1.1 +++ modules/strcasestr 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FUNC_STRCASESTR Makefile.am: -lib_SOURCES += strcasestr.h +EXTRA_DIST += strcasestr.h strcasestr.c Include: "strcasestr.h" diff -u -r1.4 strchrnul --- modules/strchrnul 11 Oct 2005 06:53:48 -0000 1.4 +++ modules/strchrnul 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_STRCHRNUL Makefile.am: -lib_SOURCES += strchrnul.h +EXTRA_DIST += strchrnul.h strchrnul.c Include: "strchrnul.h" diff -u -r1.4 strcspn --- modules/strcspn 22 Sep 2004 15:11:04 -0000 1.4 +++ modules/strcspn 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_STRCSPN Makefile.am: +EXTRA_DIST += strcspn.c Include: <string.h> diff -u -r1.7 strdup --- modules/strdup 21 Aug 2006 21:46:32 -0000 1.7 +++ modules/strdup 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_STRDUP Makefile.am: -EXTRA_DIST += strdup.h +EXTRA_DIST += strdup.h strdup.c Include: "strdup.h" diff -u -r1.5 strerror --- modules/strerror 5 Jul 2005 07:14:00 -0000 1.5 +++ modules/strerror 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_STRERROR Makefile.am: +EXTRA_DIST += strerror.c Include: <string.h> diff -u -r1.16 strftime --- modules/strftime 21 Aug 2006 21:46:32 -0000 1.16 +++ modules/strftime 12 Oct 2006 18:44:07 -0000 @@ -16,7 +16,7 @@ gl_FUNC_GNU_STRFTIME Makefile.am: -EXTRA_DIST += strftime.h +EXTRA_DIST += strftime.h strftime.c Include: "strftime.h" diff -u -r1.8 strndup --- modules/strndup 21 Aug 2006 21:46:32 -0000 1.8 +++ modules/strndup 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_FUNC_STRNDUP Makefile.am: -EXTRA_DIST += strndup.h +EXTRA_DIST += strndup.h strndup.c Include: "strndup.h" diff -u -r1.9 strnlen --- modules/strnlen 3 Oct 2006 04:01:46 -0000 1.9 +++ modules/strnlen 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_FUNC_STRNLEN Makefile.am: -EXTRA_DIST += strnlen.h +EXTRA_DIST += strnlen.h strnlen.c Include: "strnlen.h" diff -u -r1.4 strpbrk --- modules/strpbrk 22 Sep 2004 15:11:04 -0000 1.4 +++ modules/strpbrk 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_STRPBRK Makefile.am: -lib_SOURCES += strpbrk.h +EXTRA_DIST += strpbrk.h strpbrk.c Include: "strpbrk.h" diff -u -r1.1 strsep --- modules/strsep 1 Oct 2004 16:38:25 -0000 1.1 +++ modules/strsep 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_FUNC_STRSEP Makefile.am: -lib_SOURCES += strsep.h +EXTRA_DIST += strsep.h strsep.c Include: "strsep.h" diff -u -r1.6 strstr --- modules/strstr 17 Aug 2005 14:05:33 -0000 1.6 +++ modules/strstr 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FUNC_STRSTR Makefile.am: -lib_SOURCES += strstr.h +EXTRA_DIST += strstr.h strstr.c Include: "strstr.h" diff -u -r1.6 strtod --- modules/strtod 5 Jul 2005 07:14:00 -0000 1.6 +++ modules/strtod 12 Oct 2006 18:44:07 -0000 @@ -12,6 +12,7 @@ Makefile.am: LIBS += $(POW_LIB) +EXTRA_DIST += strtod.c Include: <stdlib.h> diff -u -r1.7 strtoimax --- modules/strtoimax 21 Aug 2006 06:11:26 -0000 1.7 +++ modules/strtoimax 12 Oct 2006 18:44:07 -0000 @@ -16,6 +16,7 @@ gl_FUNC_STRTOIMAX Makefile.am: +EXTRA_DIST += strtoimax.c Include: diff -u -r1.3 strtok_r --- modules/strtok_r 9 Aug 2006 22:52:40 -0000 1.3 +++ modules/strtok_r 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_STRTOK_R Makefile.am: -lib_SOURCES += strtok_r.h +EXTRA_DIST += strtok_r.h strtok_r.c Include: "strtok_r.h" diff -u -r1.4 strtol --- modules/strtol 22 Sep 2004 15:11:04 -0000 1.4 +++ modules/strtol 12 Oct 2006 18:44:07 -0000 @@ -11,6 +11,7 @@ gl_FUNC_STRTOL Makefile.am: +EXTRA_DIST += strtol.c Include: <stdlib.h> diff -u -r1.4 strtoll --- modules/strtoll 22 Sep 2004 15:11:04 -0000 1.4 +++ modules/strtoll 12 Oct 2006 18:44:07 -0000 @@ -13,6 +13,7 @@ gl_FUNC_STRTOLL Makefile.am: +EXTRA_DIST += strtoll.c Include: <stdlib.h> diff -u -r1.4 strtoul --- modules/strtoul 22 Sep 2004 15:11:04 -0000 1.4 +++ modules/strtoul 12 Oct 2006 18:44:07 -0000 @@ -12,6 +12,7 @@ gl_FUNC_STRTOUL Makefile.am: +EXTRA_DIST += strtoul.c Include: <stdlib.h> diff -u -r1.4 strtoull --- modules/strtoull 22 Sep 2004 15:11:04 -0000 1.4 +++ modules/strtoull 12 Oct 2006 18:44:07 -0000 @@ -13,6 +13,7 @@ gl_FUNC_STRTOULL Makefile.am: +EXTRA_DIST += strtoull.c Include: <stdlib.h> diff -u -r1.6 strtoumax --- modules/strtoumax 21 Aug 2006 06:11:26 -0000 1.6 +++ modules/strtoumax 12 Oct 2006 18:44:07 -0000 @@ -16,6 +16,7 @@ gl_FUNC_STRTOUMAX Makefile.am: +EXTRA_DIST += strtoumax.c Include: diff -u -r1.6 strverscmp --- modules/strverscmp 21 Aug 2006 21:46:32 -0000 1.6 +++ modules/strverscmp 12 Oct 2006 18:44:07 -0000 @@ -12,7 +12,7 @@ gl_FUNC_STRVERSCMP Makefile.am: -EXTRA_DIST += strverscmp.h +EXTRA_DIST += strverscmp.h strverscmp.c Include: "strverscmp.h" diff -u -r1.8 time_r --- modules/time_r 21 Aug 2006 21:46:32 -0000 1.8 +++ modules/time_r 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_TIME_R Makefile.am: -EXTRA_DIST += time_r.h +EXTRA_DIST += time_r.h time_r.c Include: "time_r.h" diff -u -r1.3 timegm --- modules/timegm 22 Sep 2004 15:11:04 -0000 1.3 +++ modules/timegm 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FUNC_TIMEGM Makefile.am: -lib_SOURCES += timegm.h +EXTRA_DIST += timegm.h timegm.c Include: "timegm.h" diff -u -r1.2 tmpfile-safer --- modules/tmpfile-safer 21 Aug 2006 21:46:32 -0000 1.2 +++ modules/tmpfile-safer 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_TMPFILE_SAFER Makefile.am: -EXTRA_DIST += stdio-safer.h stdio--.h +EXTRA_DIST += stdio--.h stdio-safer.h tmpfile-safer.c Include: "stdio-safer.h" diff -u -r1.8 unistd-safer --- modules/unistd-safer 21 Aug 2006 21:46:32 -0000 1.8 +++ modules/unistd-safer 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_UNISTD_SAFER Makefile.am: -EXTRA_DIST += unistd-safer.h unistd--.h +EXTRA_DIST += unistd--.h dup-safer.c fd-safer.c pipe-safer.c unistd-safer.h Include: "unistd-safer.h" diff -u -r1.2 unlinkdir --- modules/unlinkdir 21 Aug 2006 21:46:32 -0000 1.2 +++ modules/unlinkdir 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_UNLINKDIR Makefile.am: -EXTRA_DIST += unlinkdir.h +EXTRA_DIST += unlinkdir.h unlinkdir.c Include: "unlinkdir.h" diff -u -r1.15 userspec --- modules/userspec 21 Aug 2006 21:46:32 -0000 1.15 +++ modules/userspec 12 Oct 2006 18:44:07 -0000 @@ -20,7 +20,7 @@ gl_USERSPEC Makefile.am: -EXTRA_DIST += userspec.h +EXTRA_DIST += inttostr.h userspec.c userspec.h Include: "userspec.h" diff -u -r1.6 utime --- modules/utime 22 Sep 2004 15:11:04 -0000 1.6 +++ modules/utime 12 Oct 2006 18:44:07 -0000 @@ -16,6 +16,7 @@ gl_FUNC_UTIME Makefile.am: +EXTRA_DIST += utime.c Include: #if HAVE_UTIME_H diff -u -r1.10 utimecmp --- modules/utimecmp 21 Aug 2006 21:46:32 -0000 1.10 +++ modules/utimecmp 12 Oct 2006 18:44:07 -0000 @@ -21,7 +21,7 @@ gl_UTIMECMP Makefile.am: -EXTRA_DIST += utimecmp.h +EXTRA_DIST += utimecmp.h utimecmp.c Include: "utimecmp.h" diff -u -r1.5 utimens --- modules/utimens 21 Aug 2006 21:46:32 -0000 1.5 +++ modules/utimens 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_UTIMENS Makefile.am: -EXTRA_DIST += utimens.h +EXTRA_DIST += utimens.h utimens.c Include: "utimens.h" diff -u -r1.8 vasnprintf --- modules/vasnprintf 29 Sep 2004 22:10:44 -0000 1.8 +++ modules/vasnprintf 12 Oct 2006 18:44:07 -0000 @@ -28,7 +28,8 @@ gl_FUNC_VASNPRINTF Makefile.am: -lib_SOURCES += printf-args.h printf-parse.h vasnprintf.h +EXTRA_DIST += printf-args.h printf-args.c printf-parse.h printf-parse.c \ + vasnprintf.h vasnprintf.c asnprintf.c Include: "vasnprintf.h" diff -u -r1.2 vasprintf --- modules/vasprintf 22 Sep 2004 15:11:04 -0000 1.2 +++ modules/vasprintf 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_FUNC_VASPRINTF Makefile.am: -lib_SOURCES += vasprintf.h +EXTRA_DIST += vasprintf.h vasprintf.c asprintf.c Include: "vasprintf.h" diff -u -r1.1 vsnprintf --- modules/vsnprintf 11 Oct 2004 13:08:55 -0000 1.1 +++ modules/vsnprintf 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_FUNC_VSNPRINTF Makefile.am: -lib_SOURCES += vsnprintf.h +EXTRA_DIST += vsnprintf.h vsnprintf.c Include: "vsnprintf.h" diff -u -r1.17 xalloc --- modules/xalloc 21 Aug 2006 21:46:32 -0000 1.17 +++ modules/xalloc 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_XALLOC Makefile.am: -EXTRA_DIST += xalloc.h +EXTRA_DIST += xalloc.h xmalloc.c Include: "xalloc.h" diff -u -r1.8 xgetcwd --- modules/xgetcwd 21 Aug 2006 21:46:32 -0000 1.8 +++ modules/xgetcwd 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_XGETCWD Makefile.am: -EXTRA_DIST += xgetcwd.h +EXTRA_DIST += xgetcwd.h xgetcwd.c Include: "xgetcwd.h" diff -u -r1.9 xnanosleep --- modules/xnanosleep 21 Aug 2006 21:46:32 -0000 1.9 +++ modules/xnanosleep 12 Oct 2006 18:44:07 -0000 @@ -16,7 +16,7 @@ gl_XNANOSLEEP Makefile.am: -EXTRA_DIST += xnanosleep.h +EXTRA_DIST += xnanosleep.h xnanosleep.c Include: "xnanosleep.h" diff -u -r1.9 xreadlink --- modules/xreadlink 21 Aug 2006 21:46:32 -0000 1.9 +++ modules/xreadlink 12 Oct 2006 18:44:07 -0000 @@ -15,7 +15,7 @@ gl_XREADLINK Makefile.am: -EXTRA_DIST += xreadlink.h +EXTRA_DIST += xreadlink.h xreadlink.c Include: "xreadlink.h" diff -u -r1.7 xstrtod --- modules/xstrtod 21 Aug 2006 21:46:32 -0000 1.7 +++ modules/xstrtod 12 Oct 2006 18:44:07 -0000 @@ -13,7 +13,7 @@ gl_XSTRTOD Makefile.am: -EXTRA_DIST += xstrtod.h +EXTRA_DIST += xstrtod.h xstrtod.c Include: "xstrtod.h" diff -u -r1.13 xstrtol --- modules/xstrtol 21 Aug 2006 21:46:32 -0000 1.13 +++ modules/xstrtol 12 Oct 2006 18:44:07 -0000 @@ -17,7 +17,7 @@ gl_XSTRTOL Makefile.am: -EXTRA_DIST += xstrtol.h +EXTRA_DIST += xstrtol.h xstrtol.c xstrtoul.c Include: "xstrtol.h" diff -u -r1.2 xstrtold --- modules/xstrtold 21 Aug 2006 21:46:32 -0000 1.2 +++ modules/xstrtold 12 Oct 2006 18:44:07 -0000 @@ -14,7 +14,7 @@ gl_XSTRTOLD Makefile.am: -EXTRA_DIST += xstrtod.c xstrtod.h +EXTRA_DIST += xstrtod.h xstrtod.c xstrtold.c Include: "xstrtod.h" diff -u -r1.11 yesno --- modules/yesno 21 Aug 2006 21:46:32 -0000 1.11 +++ modules/yesno 12 Oct 2006 18:44:07 -0000 @@ -16,7 +16,7 @@ gl_YESNO Makefile.am: -EXTRA_DIST += yesno.h +EXTRA_DIST += yesno.h yesno.c Include: "yesno.h"