diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-01-23 23:40:54 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-01-23 23:50:53 +0100 |
commit | c64d07d822f44f5917ee9b90956bb8ed5bb716fd (patch) | |
tree | 10865b3fce82a451a201e091781e1127acc2f3e5 /guile-readline | |
parent | 21ad60a1d29032ab5f2a9d798ced9d1a1a8420b2 (diff) |
guile-readline: Clean `.go' files.
* guile-readline/Makefile.am (CLEANFILES): Add *.go.
Diffstat (limited to 'guile-readline')
-rw-r--r-- | guile-readline/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/guile-readline/Makefile.am b/guile-readline/Makefile.am index f9d51a233..0c4ca773e 100644 --- a/guile-readline/Makefile.am +++ b/guile-readline/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with Automake to create Makefile.in ## -## Copyright (C) 1998, 1999, 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2004, 2006, 2007, 2008, +## 2009, 2010, 2012 Free Software Foundation, Inc. ## ## This file is part of guile-readline. ## @@ -68,7 +69,7 @@ EXTRA_DIST += LIBGUILEREADLINE-VERSION ChangeLog-2008 ETAGS_ARGS += \ $(libguilereadline_v_@LIBGUILEREADLINE_MAJOR@_la_SOURCES) -CLEANFILES += *.x +CLEANFILES += *.x *.go endif HAVE_READLINE |