diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-11 20:45:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-11 20:45:15 +0000 |
commit | 3693f5cc94eff58d43c37d0ec1598df51dda4ff6 (patch) | |
tree | 1e95839dd7e507cf1155443e92ff0fe307c93627 /src | |
parent | 420e8bfc356a306e1787dab197edf2288a2805c6 (diff) | |
download | coreutils-3693f5cc94eff58d43c37d0ec1598df51dda4ff6.tar.xz |
(EXTRA_DIST): Add c99-to-c98.diff.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b7325a0af..edcaef655 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- ## Copyright (C) 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -## 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +## 2000, 2001, 2002, 2003, 2004, 2005, 2006 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 @@ -46,7 +46,7 @@ noinst_HEADERS = \ wheel.h EXTRA_DIST = dcgen dircolors.hin rand-isaac.c tac-pipe.c \ - groups.sh wheel-gen.pl extract-magic + groups.sh wheel-gen.pl extract-magic c99-to-c98.diff CLEANFILES = $(SCRIPTS) su AM_CPPFLAGS = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../lib |