aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 3f1e287db34..e46cddced4b 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12012-09-26 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (obj): Add profiler.o.
4
12012-09-17 Glenn Morris <rgm@gnu.org> 52012-09-17 Glenn Morris <rgm@gnu.org>
2 6
3 * ebrowse.c (version): 7 * ebrowse.c (version):
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 64974b88b6f..23ef71de10c 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -140,7 +140,7 @@ obj = dosfns.o msdos.o \
140 process.o callproc.o unexw32.o \ 140 process.o callproc.o unexw32.o \
141 region-cache.o sound.o atimer.o \ 141 region-cache.o sound.o atimer.o \
142 doprnt.o intervals.o textprop.o composite.o \ 142 doprnt.o intervals.o textprop.o composite.o \
143 gnutls.o xml.o 143 gnutls.o xml.o profiler.o
144 144
145# 145#
146# These are the lisp files that are loaded up in loadup.el 146# These are the lisp files that are loaded up in loadup.el