changeset 1359:4fd0cf3d4911

(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.
author Jim Meyering <jim@meyering.net>
date Sat, 16 May 1998 04:37:45 +0000
parents d29e67c0043e
children 89ddc5685941
files lib/Makefile.am
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -4,9 +4,6 @@
 
 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 \