From c64d07d822f44f5917ee9b90956bb8ed5bb716fd Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 23 Jan 2012 23:40:54 +0100 Subject: guile-readline: Clean `.go' files. * guile-readline/Makefile.am (CLEANFILES): Add *.go. --- guile-readline/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'guile-readline') 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 -- cgit v1.2.3