diff options
Diffstat (limited to 'emacs/Makefile.am')
-rw-r--r-- | emacs/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emacs/Makefile.am b/emacs/Makefile.am index e18f30bf1..69bab137d 100644 --- a/emacs/Makefile.am +++ b/emacs/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. ## -## Copyright (C) 2006, 2008 Free Software Foundation, Inc. +## Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -21,7 +21,4 @@ AUTOMAKE_OPTIONS = gnu -dist_lisp_LISP = gds.el gds-server.el gds-scheme.el -ELCFILES = - -ETAGS_ARGS = $(dist_lisp_LISP) ChangeLog-2008 +ETAGS_ARGS = ChangeLog-2008 |