diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-04-26 19:27:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-04-26 19:27:55 +0200 |
commit | 1afb97c4643163efdeb9cde28533132d823ac516 (patch) | |
tree | 8ba7115566f66cf047b3555f7be55667df80d717 /Makefile.am | |
parent | 535b3592b24693a0d24b7c7fd4702d3c405bf3d6 (diff) | |
download | guile-1afb97c4643163efdeb9cde28533132d823ac516.tar.gz |
Fix dangling references to files that have been removed.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 6f927654b..14140f093 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. ## -## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007, 2008 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -31,9 +31,7 @@ bin_SCRIPTS = guile-tools include_HEADERS = libguile.h -# automake sometimes forgets to distribute acconfig.h, -# apparently depending on the phase of the moon. -EXTRA_DIST = LICENSE HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \ +EXTRA_DIST = LICENSE HACKING GUILE-VERSION \ m4/ChangeLog FAQ TESTS = check-guile |