Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
418401a5
Commit
418401a5
authored
Apr 24, 2011
by
Ted Zlatanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add GnuTLS support for W32.
* lib-src/makefile.w32-in (obj): Added gnutls.o.
parent
05842630
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+2
-1
No files found.
lib-src/ChangeLog
View file @
418401a5
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.
...
...
lib-src/makefile.w32-in
View file @
418401a5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment