From 49e6107dd213e07f7a9749d6f963d93d69e3b88d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 May 1998 04:37:45 +0000 Subject: [PATCH] (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. --- lib/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 33fdf454f7..98eeebcb2c 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 \ -- 2.30.2