From 4ff061cf60e5c1fe9148bfa0ea678394b9b0db60 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 3 Mar 2004 22:06:11 +0000 Subject: [PATCH] (libfetish_a_SOURCES): Add cloexec.c, cloexec.h. --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 977832e..50f17f6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,7 +1,6 @@ ## Makefile for gnulib/lib -*-Makefile-*- -# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free -# Software Foundation, Inc. +# Copyright (C) 1995-2004 Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -45,6 +44,7 @@ libfetish_a_SOURCES = \ c-strtod.c c-strtod.h \ canon-host.c \ canonicalize.h \ + cloexec.c cloexec.h \ closeout.c closeout.h \ cycle-check.c cycle-check.h \ dev-ino.h \ -- 2.7.4