From: Jim Meyering Date: Wed, 3 Mar 2004 22:06:11 +0000 (+0000) Subject: (libfetish_a_SOURCES): Add cloexec.c, cloexec.h. X-Git-Tag: v5.2.1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff061cf60e5c1fe9148bfa0ea678394b9b0db60;p=thirdparty%2Fcoreutils.git (libfetish_a_SOURCES): Add cloexec.c, cloexec.h. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 977832ea1d..50f17f6aa4 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 \