* Makefile.in (ELCFILES): Add wisent/python-wy.el and wisent/python.el.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 10 Jan 2010 00:39:05 +0000 (19:39 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 10 Jan 2010 00:39:05 +0000 (19:39 -0500)
lisp/ChangeLog
lisp/Makefile.in

index 96e9f48..270f036 100644 (file)
@@ -3,6 +3,9 @@
        * cedet/semantic.el (semantic-new-buffer-setup-functions): Add
        python parser.
 
+       * Makefile.in (ELCFILES): Add wisent/python-wy.el and
+       wisent/python.el.
+
 2010-01-10  Richard Kim  <emacs18@gmail.com>
 
        * cedet/semantic/wisent/python-wy.el:
index 93e75bc..d0b788f 100644 (file)
@@ -419,6 +419,8 @@ ELCFILES = \
        $(lisp)/cedet/semantic/wisent/javascript.elc \
        $(lisp)/cedet/semantic/wisent/javat-wy.elc \
        $(lisp)/cedet/semantic/wisent/js-wy.elc \
+       $(lisp)/cedet/semantic/wisent/python-wy.elc \
+       $(lisp)/cedet/semantic/wisent/python.elc \
        $(lisp)/cedet/semantic/wisent/wisent.elc \
        $(lisp)/cedet/srecode.elc \
        $(lisp)/cedet/srecode/args.elc \