]> git.eshelyaron.com Git - emacs.git/commitdiff
Add GnuTLS support for W32.
authorTed Zlatanov <tzz@lifelogs.com>
Mon, 25 Apr 2011 01:28:55 +0000 (20:28 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Mon, 25 Apr 2011 01:28:55 +0000 (20:28 -0500)
* lib-src/makefile.w32-in (obj): Added gnutls.o.

lib-src/ChangeLog
lib-src/makefile.w32-in

index c45da107a8c0f8a12d0062d54a9941aa3a2aa203..cd6c8d2b9550b6a3393d0d4b8c6fab2481b67bae 100644 (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.
index f09ede06900e63d3313cca9fc544ed27ac26f21a..38d453d525947d0bb0f2eda93213fbf256d049c5 100644 (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