diff options
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 93e75bc51ef..d0b788f1463 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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 \ |