2004-03-02 05:57:35 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = secur32.dll
|
2005-05-09 16:42:30 +02:00
|
|
|
IMPORTLIB = libsecur32.$(IMPLIBEXT)
|
2005-12-06 21:22:57 +01:00
|
|
|
IMPORTS = netapi32 user32 advapi32 kernel32 ntdll
|
2006-07-28 08:39:56 +02:00
|
|
|
DELAYIMPORTS = crypt32
|
2004-03-02 05:57:35 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2005-09-21 13:43:52 +02:00
|
|
|
base64_codec.c \
|
2005-10-30 20:06:24 +01:00
|
|
|
dispatcher.c \
|
2005-08-15 22:52:18 +02:00
|
|
|
negotiate.c \
|
2005-08-17 11:52:30 +02:00
|
|
|
ntlm.c \
|
2005-05-13 19:44:47 +02:00
|
|
|
schannel.c \
|
2004-03-02 05:57:35 +01:00
|
|
|
secur32.c \
|
|
|
|
thunks.c \
|
|
|
|
wrapper.c
|
|
|
|
|
2005-08-03 15:08:49 +02:00
|
|
|
SUBDIRS = tests
|
|
|
|
|
2004-03-02 05:57:35 +01:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
### Dependencies:
|