Mercurial > emacs
changeset 105655:3084c40960c1
* Makefile.in (ELCFILES): Add ede/shell.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 17 Oct 2009 14:28:44 +0000 |
parents | 1a53b2a8065d |
children | 20193e169a43 |
files | lisp/ChangeLog lisp/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> + + * Makefile.in (ELCFILES): Add ede/shell. + 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu> * term/common-win.el (x-colors): Purecopy it.
--- 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 \