diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-01-21 00:21:01 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-01-21 00:21:01 +0000 |
commit | b80668c3f8d79b618c22877bad6399aeada497fe (patch) | |
tree | ce829932d1873adb00337d9e4b13f374c33077e3 | |
parent | 8dcf5bba948ddcc62365895570320c3db7e90670 (diff) | |
download | coreutils-b80668c3f8d79b618c22877bad6399aeada497fe.tar.xz |
(libfetish_a_SOURCES): Add version-etc-fsf.c.
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 48fb8ade7..d78afa6ae 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for gnulib/lib -*-Makefile-*- -# Copyright (C) 1995-2004 Free Software Foundation, Inc. +# Copyright (C) 1995-2005 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 @@ -123,7 +123,7 @@ libfetish_a_SOURCES = \ userspec.c userspec.h \ utimecmp.c utimecmp.h \ utimens.c utimens.h \ - version-etc.c version-etc.h \ + version-etc.c version-etc.h version-etc-fsf.c \ xalloc.h \ xalloc-die.c \ xfts.c xfts.h \ |