(EXTRA_DIST): Remove. Automake groks the `LIBOBJS='
authorJim Meyering <jim@meyering.net>
Sat, 16 May 1998 04:37:45 +0000 (04:37 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 May 1998 04:37:45 +0000 (04:37 +0000)
lines in the m4/*.m4 macros, so the hack of including some
custom-replaced C source file names here is no longer needed.

lib/Makefile.am

index 33fdf454f765abcf61c8a27f2dbea4cd2656920a..98eeebcb2c9700de73f258d8694477290d909ad8 100644 (file)
@@ -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 \