]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (ELCFILES): Add ede/shell.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Oct 2009 14:28:44 +0000 (14:28 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Oct 2009 14:28:44 +0000 (14:28 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 32847c7059c5f8d2c4b66204538003337478c94f..cf31d0c6d85a71029653be5b23ea9437ab8a9d17 100644 (file)
@@ -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.
index 3674385c51c87e8757ae2a8977193f88c414a538..1d3f680b857306303df252221dd7d23e1c2ec93b 100644 (file)
@@ -331,6 +331,7 @@ ELCFILES = \
        $(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 \