From: Jim Meyering Date: Mon, 6 Jan 2003 13:14:55 +0000 (+0000) Subject: (libfetish_a_SOURCES): Add full-read.c and full-read.h. X-Git-Tag: v4.5.5~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc334674f65aa11edfd5802d37e82cec398e5ee9;p=thirdparty%2Fcoreutils.git (libfetish_a_SOURCES): Add full-read.c and full-read.h. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 4ffada77c5..8da03fd705 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for gnulib/lib -*-Makefile-*- -# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free +# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free # Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify @@ -61,6 +61,7 @@ libfetish_a_SOURCES = \ fnmatch_.h \ fopen-safer.c \ fsusage.h \ + full-read.c full-read.h \ full-write.c full-write.h \ getline.h \ getpagesize.h \