+2002-02-24 Jason Rumney <jasonr@gnu.org>
+
+ * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
+ and disp-table.elc.
+
2002-02-24 Kim F. Storm <storm@cua.dk>
* keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
#endif
#ifdef WINDOWSNT
-#define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}w32-fns.elc \
- ${lispsource}dos-w32.elc ${lispsource}w32-vars.elc
+#define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
+ ${lispsource}dos-w32.elc ${lispsource}w32-vars.elc \
+ ${lispsource}w32-fns.elc
#else
#define WINNT_SUPPORT
#endif