summaryrefslogtreecommitdiff
path: root/guile-readline
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-09-12 21:46:32 +0200
committerLudovic Courtès <ludo@gnu.org>2008-09-12 21:57:52 +0200
commit61db429e251bfd2f75cb4632972e0238056eb24b (patch)
tree09766877ca809db502af3d05feb59a544d9f83f2 /guile-readline
parentafb59d75b879b6265597320dfb28a7a5e50ae4ea (diff)
Add `ChangeLog-2008' files to the distribution.
Diffstat (limited to 'guile-readline')
-rw-r--r--guile-readline/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/guile-readline/Makefile.am b/guile-readline/Makefile.am
index 50523e5b3..94e6f9741 100644
--- a/guile-readline/Makefile.am
+++ b/guile-readline/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with Automake to create Makefile.in
##
-## Copyright (C) 1998, 1999, 2000, 2001, 2004, 2006, 2007 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -48,7 +48,7 @@ SUFFIXES = .x
.c.x:
$(GUILE_SNARF) -o $@ $< $(snarfcppopts)
-EXTRA_DIST = LIBGUILEREADLINE-VERSION
+EXTRA_DIST = LIBGUILEREADLINE-VERSION ChangeLog-2008
MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)