diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-12 05:09:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-12 05:09:28 +0000 |
commit | ffd5a79535c4eb0d2c26a12ccc507a2cab924bd8 (patch) | |
tree | 030b6fe38a2c4738f26ebd03225034d917073632 /lib/Makefile.am | |
parent | 320268ae6d7113f35d7ea35554c423b3b114e610 (diff) | |
download | coreutils-ffd5a79535c4eb0d2c26a12ccc507a2cab924bd8.tar.xz |
(EXTRA_DIST): Remove.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 75b2ffa97..f2449ebb1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,10 +1,7 @@ ## Process this file with automake to produce Makefile.in noinst_LIBRARIES = fu -EXTRA_DIST = basename.c euidaccess.c \ -group-member.c memcpy.c memset.c mkdir.c \ -rename.c rmdir.c rpmatch.c \ -stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c +EXTRA_DIST = group-member.c INCLUDES = -I.. -I$(srcdir) INCLUDES = -I.. -I$(srcdir) -I../intl |