summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c870164f7a5..18e73b14381 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-13 Juanma Barranquero <lektu@terra.es>
+
+ * makefile.w32-in (lisp): Add international/ucs-tables.elc and
+ font-core.elc.
+
2002-06-12 Francesco Potorti` <pot@gnu.org>
* etags.c: New multi-line regexp and new regexp syntax.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index ed76a38ebf8..6b490917fa7 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -170,6 +170,7 @@ lisp= \
$(lispsource)international/mule-conf.el \
$(lispsource)international/mule-cmds.elc \
$(lispsource)international/characters.elc \
+ $(lispsource)international/ucs-tables.elc \
$(lispsource)international/utf-8.elc \
$(lispsource)international/latin-1.el \
$(lispsource)international/latin-2.el \
@@ -207,6 +208,7 @@ lisp= \
$(lispsource)startup.elc \
$(lispsource)subr.elc \
$(lispsource)term/tty-colors.elc \
+ $(lispsource)font-core.elc \
$(lispsource)textmodes/fill.elc \
$(lispsource)textmodes/page.elc \
$(lispsource)textmodes/paragraphs.elc \