diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-10-17 14:28:44 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-10-17 14:28:44 +0000 |
commit | a1eb44f5b12377716aea1533844e4d54c486b61b (patch) | |
tree | 2a11f431af76cd5e7069b05d2cc1574827fc9c58 /lisp/Makefile.in | |
parent | 4418646e99e56399b94a3dc8ad7c46f9921c0254 (diff) | |
download | emacs-a1eb44f5b12377716aea1533844e4d54c486b61b.tar.gz |
* Makefile.in (ELCFILES): Add ede/shell.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 3674385c51c..1d3f680b857 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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 \ |