diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-06 17:50:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-06 17:50:16 +0000 |
commit | b5c86e813036b47425c6bcb9377be4cc6209ccca (patch) | |
tree | 6246c8555688498ed4a3a4c44430af88c8ff316a /lib | |
parent | bd5474006254bc2797a408180b3c5bb75faf69b9 (diff) | |
download | coreutils-b5c86e813036b47425c6bcb9377be4cc6209ccca.tar.xz |
(su_SOURCES): Remove group-member.c.
(EXTRA_DIST): Add group-member.c here.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 59ee5356f..21273ac9f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,7 +2,8 @@ noinst_LIBRARIES = fu EXTRA_DIST = alloca.c basename.c euidaccess.c fnmatch.c fsusage.c \ -ftruncate.c getdate.y getopt.c getopt1.c memcmp.c memcpy.c memset.c \ +ftruncate.c getdate.y getopt.c getopt1.c group-member.c \ +memcmp.c memcpy.c memset.c \ mkdir.c mktime.c mountlist.c posixtm.y rename.c rmdir.c \ stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c @@ -10,7 +11,7 @@ INCLUDES = -I.. -I$(srcdir) fu_SOURCES = getdate.c getline.c posixtm.c argmatch.c backupfile.c \ dirname.c error.c fileblocks.c filemode.c \ -full-write.c getversion.c group-member.c idcache.c \ +full-write.c getversion.c idcache.c \ isdir.c long-options.c makepath.c modechange.c obstack.c \ safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \ xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c |