# HG changeset patch # User Chong Yidong # Date 1255789724 0 # Node ID 3084c40960c16c06193fd60a1b2824d5e1c7895f # Parent 1a53b2a8065db4666d08a5813f942ac82528f4c8 * Makefile.in (ELCFILES): Add ede/shell. diff -r 1a53b2a8065d -r 3084c40960c1 lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 17 07:13:44 2009 +0000 +++ b/lisp/ChangeLog Sat Oct 17 14:28:44 2009 +0000 @@ -1,3 +1,7 @@ +2009-10-17 Chong Yidong + + * Makefile.in (ELCFILES): Add ede/shell. + 2009-10-17 Dan Nicolaescu * term/common-win.el (x-colors): Purecopy it. diff -r 1a53b2a8065d -r 3084c40960c1 lisp/Makefile.in --- a/lisp/Makefile.in Sat Oct 17 07:13:44 2009 +0000 +++ b/lisp/Makefile.in Sat Oct 17 14:28:44 2009 +0000 @@ -331,6 +331,7 @@ $(lisp)/cedet/ede/proj-shared.elc \ $(lisp)/cedet/ede/proj.elc \ $(lisp)/cedet/ede/project-am.elc \ + $(lisp)/cedet/ede/shell.elc \ $(lisp)/cedet/ede/simple.elc \ $(lisp)/cedet/ede/source.elc \ $(lisp)/cedet/ede/speedbar.elc \