From cc334674f65aa11edfd5802d37e82cec398e5ee9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Jan 2003 13:14:55 +0000 Subject: [PATCH] (libfetish_a_SOURCES): Add full-read.c and full-read.h. --- lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 4ffada7..8da03fd 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 \ -- 2.7.4