diff options
author | Ludovic Courtès <ludo@gnu.org> | 2007-07-17 08:39:35 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2007-07-17 08:39:35 +0000 |
commit | df4497227344b13df10e2a4f7ae8811a5fbaca17 (patch) | |
tree | 4bde604362d95d26220dc1348931e65de053470c /Makefile.am | |
parent | b1f57ea4ce3aa45d3bc733f63ed6448498d45803 (diff) | |
download | guile-df4497227344b13df10e2a4f7ae8811a5fbaca17.tar.gz |
Changes from arch/CVS synchronization
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 98b1c7e4a..49fc94a8b 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 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -33,7 +33,7 @@ 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 BUGS +EXTRA_DIST = LICENSE HACKING GUILE-VERSION ANON-CVS SNAPSHOTS TESTS = check-guile |