src/makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).

This commit is contained in:
Juanma Barranquero 2011-07-17 01:40:44 +02:00
parent 750c33f71e
commit b56414357f
2 changed files with 6 additions and 1 deletions

View file

@ -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)

View file

@ -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)