From: Ted Zlatanov Date: Mon, 25 Apr 2011 01:28:55 +0000 (-0500) Subject: Add GnuTLS support for W32. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~215^2~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=418401a53fd8a638a7a44d05b5fea4b4211251f4;p=emacs.git Add GnuTLS support for W32. * lib-src/makefile.w32-in (obj): Added gnutls.o. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c45da107a8c..cd6c8d2b955 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2011-04-24 Teodor Zlatanov + + * makefile.w32-in (obj): Added gnutls.o. + 2011-04-16 Paul Eggert Static checks with GCC 4.6.0 and non-default toolkits. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index f09ede06900..38d453d5259 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -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