summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-03 22:06:11 +0000
committerJim Meyering <jim@meyering.net>2004-03-03 22:06:11 +0000
commit4ff061cf60e5c1fe9148bfa0ea678394b9b0db60 (patch)
tree80103624b6ae23193646a2a719c083f43c2cc6e2 /lib/Makefile.am
parent534ec4c80099a235d106d3ddfa634d84f679ccf8 (diff)
downloadcoreutils-4ff061cf60e5c1fe9148bfa0ea678394b9b0db60.tar.xz
(libfetish_a_SOURCES): Add cloexec.c, cloexec.h.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 977832ea1..50f17f6aa 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 \