summaryrefslogtreecommitdiff
path: root/lisp/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-10-02 18:55:40 +0000
committerEli Zaretskii <eliz@gnu.org>2009-10-02 18:55:40 +0000
commit54fc478600521cf7cc363a84674e05bd67910bd7 (patch)
treed8b8b7c5e36f7500b0070abed07dc77a814a6160 /lisp/makefile.w32-in
parent8892b001262a6c3e389127a737b4aca94f9a01ad (diff)
downloademacs-54fc478600521cf7cc363a84674e05bd67910bd7.tar.gz
(AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r--lisp/makefile.w32-in4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 20290caf496..8228b649973 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -60,7 +60,9 @@ LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \
AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \
$(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el \
- $(lisp)/calc/calc-loaddefs.el $(lisp)/nxml/subdirs.el
+ $(lisp)/calc/calc-loaddefs.el $(lisp)/nxml/subdirs.el \
+ $(lisp)/cedet/semantic/loaddefs.el $(lisp)/cedet/ede/loaddefs.el \
+ $(lisp)/cedet/srecode/loaddefs.el
# Files to compile before others during a bootstrap. This is done to
# speed up the bootstrap process. The CC files are compiled first