Sweden-Number/dlls/secur32/Makefile.in

24 lines
362 B
Makefile
Raw Normal View History

MODULE = secur32.dll
IMPORTLIB = secur32
IMPORTS = netapi32 advapi32
DELAYIMPORTS = crypt32
2008-09-22 22:13:19 +02:00
EXTRAINCL = @GNUTLSINCL@
EXTRALIBS = @SECURITYLIB@
C_SRCS = \
base64_codec.c \
2005-10-30 20:06:24 +01:00
dispatcher.c \
hmac_md5.c \
lsa.c \
negotiate.c \
2005-08-17 11:52:30 +02:00
ntlm.c \
schannel.c \
schannel_gnutls.c \
schannel_macosx.c \
secur32.c \
thunks.c \
util.c \
wrapper.c
@MAKE_DLL_RULES@