diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-16 04:37:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-16 04:37:45 +0000 |
commit | d6499106855208c2ae2f72ddba23079910d0ca9a (patch) | |
tree | 9ecf5830a7f2fdfe0d3ab0c89db6578939b2532c /lib/Makefile.am | |
parent | e3e1698c6b26464f1b2b3f7fb32cb51e5aa29d77 (diff) | |
download | coreutils-d6499106855208c2ae2f72ddba23079910d0ca9a.tar.xz |
(EXTRA_DIST): Remove. Automake groks the `LIBOBJS='
lines in the m4/*.m4 macros, so the hack of including some
custom-replaced C source file names here is no longer needed.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 33fdf454f..98eeebcb2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,9 +4,6 @@ AUTOMAKE_OPTIONS = ../src/ansi2knr noinst_LIBRARIES = libfu.a -EXTRA_DIST = chown.c getgroups.c getline.c lstat.c malloc.c mktime.c \ - realloc.c stat.c strftime.c - INCLUDES = -I.. -I$(srcdir) -I../intl libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \ |