summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-07-17 01:40:44 +0200
committerJuanma Barranquero <lekktu@gmail.com>2011-07-17 01:40:44 +0200
commitb56414357f0437381231bebf4c38baee9d7e86a8 (patch)
treef2139f26f3e65fd65774388aa78e31423ae0a0f4
parent750c33f71e7281e651f7315689f9085a1d0894d7 (diff)
downloademacs-b56414357f0437381231bebf4c38baee9d7e86a8.tar.gz
src/makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in3
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 27a375c978d..7f8717176b0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-16 Juanma Barranquero <lekktu@gmail.com>
+
+ * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
+
2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
* fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 88b53554925..fd29dec9096 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -221,7 +221,8 @@ GLOBAL_SOURCES = dosfns.c msdos.c \
syntax.c bytecode.c \
process.c callproc.c unexw32.c \
region-cache.c sound.c atimer.c \
- doprnt.c intervals.c textprop.c composite.c
+ doprnt.c intervals.c textprop.c composite.c \
+ gnutls.c
SOME_MACHINE_OBJECTS = dosfns.o msdos.o \
xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o dbusbind.o
obj = $(GLOBAL_SOURCES:.c=.o)