Add GnuTLS support for W32.
* lib-src/makefile.w32-in (obj): Added gnutls.o.
This commit is contained in:
parent
05842630f9
commit
418401a53f
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue