wine/dlls/secur32/Makefile.in

27 lines
470 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = secur32.dll
IMPORTLIB = secur32
2007-12-06 19:42:08 +00:00
IMPORTS = netapi32 advapi32 kernel32 ntdll
DELAYIMPORTS = crypt32
2008-09-22 20:13:19 +00:00
EXTRAINCL = @GNUTLSINCL@
C_SRCS = \
base64_codec.c \
2005-10-30 19:06:24 +00:00
dispatcher.c \
hmac_md5.c \
lsa.c \
negotiate.c \
2005-08-17 09:52:30 +00:00
ntlm.c \
schannel.c \
secur32.c \
thunks.c \
util.c \
wrapper.c
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend