"Henri Verbeet" hverbeet@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.