Re: [1/5] secur32: Require gnutls for schannel
9 Sep
2008
9 Sep
'08
9:45 a.m.
"Henri Verbeet" <hverbeet(a)gmail.com> writes:
diff --git a/dlls/secur32/Makefile.in b/dlls/secur32/Makefile.in index df9695a..9805d92 100644 --- a/dlls/secur32/Makefile.in +++ b/dlls/secur32/Makefile.in @@ -6,6 +6,8 @@ MODULE = secur32.dll IMPORTLIB = secur32 IMPORTS = netapi32 advapi32 kernel32 ntdll DELAYIMPORTS = crypt32 +EXTRALIBS = @GNUTLSLIBS@ +EXTRAINCL = @GNUTLSINCL@
You need to load the library dynamically, we don't want the whole dll to fail to load if gnutls is missing at run-time. -- Alexandre Julliard julliard(a)winehq.org
6305
Age (days ago)
6305
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard