emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103995: Add GnuTLS support for W32.


From: Ted Zlatanov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103995: Add GnuTLS support for W32.
Date: Sun, 24 Apr 2011 20:28:55 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 103995
committer: Ted Zlatanov <address@hidden>
branch nick: quickfixes
timestamp: Sun 2011-04-24 20:28:55 -0500
message:
  Add GnuTLS support for W32.
  
  * lib-src/makefile.w32-in (obj): Added gnutls.o.
modified:
  lib-src/ChangeLog
  lib-src/makefile.w32-in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-04-16 23:11:35 +0000
+++ b/lib-src/ChangeLog 2011-04-25 01:28:55 +0000
@@ -1,3 +1,7 @@
+2011-04-24  Teodor Zlatanov  <address@hidden>
+
+       * makefile.w32-in (obj): Added gnutls.o.
+
 2011-04-16  Paul Eggert  <address@hidden>
 
        Static checks with GCC 4.6.0 and non-default toolkits.

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2011-03-12 19:19:47 +0000
+++ b/lib-src/makefile.w32-in   2011-04-25 01:28:55 +0000
@@ -142,7 +142,8 @@
        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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]