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 c45da10..cd6c8d2 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 f09ede0..38d453d 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