1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

Add GnuTLS support for W32.

* lib-src/makefile.w32-in (obj): Added gnutls.o.
This commit is contained in:
Ted Zlatanov 2011-04-24 20:28:55 -05:00
parent 05842630f9
commit 418401a53f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
* makefile.w32-in (obj): Added gnutls.o.
2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
Static checks with GCC 4.6.0 and non-default toolkits.

View File

@ -142,7 +142,8 @@ obj = dosfns.o msdos.o \
syntax.o bytecode.o \
process.o callproc.o unexw32.o \
region-cache.o sound.o atimer.o \
doprnt.o intervals.o textprop.o composite.o
doprnt.o intervals.o textprop.o composite.o \
gnutls.o
#
# These are the lisp files that are loaded up in loadup.el