Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
a42fe7a1
Commit
a42fe7a1
authored
Nov 27, 2011
by
Rémi Denis-Courmont
Browse files
GnuTLS needs Winsock
parent
b63d9dde
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/Modules.am
View file @
a42fe7a1
...
...
@@ -17,7 +17,7 @@ libgnutls_plugin_la_SOURCES = gnutls.c dhparams.h
libgnutls_plugin_la_CFLAGS = $(AM_CFLAGS) $(GNUTLS_CFLAGS) $(GCRYPT_CFLAGS)
libgnutls_plugin_la_LIBADD = $(AM_LIBADD) $(GNUTLS_LIBS) $(GCRYPT_LIBS)
if HAVE_WIN32
libgnutls_plugin_la_LIBADD += -lcrypt32
libgnutls_plugin_la_LIBADD += -lcrypt32
$(SOCKET_LIBS)
endif
libgnutls_plugin_la_DEPENDENCIES =
EXTRA_LTLIBRARIES += libgnutls_plugin.la
...
...
Write
Preview
Supports
Markdown
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