ddraw/tests: Rewrite LimitTest().
[wine.git] / dlls / secur32 / Makefile.in
blob6548521f53df54f86d64a40051b0c81c48c717fc
1 MODULE = secur32.dll
2 IMPORTLIB = secur32
3 IMPORTS = netapi32 advapi32
4 DELAYIMPORTS = crypt32
5 EXTRAINCL = $(GNUTLS_CFLAGS)
6 EXTRALIBS = $(SECURITY_LIBS)
8 C_SRCS = \
9 base64_codec.c \
10 dispatcher.c \
11 hmac_md5.c \
12 kerberos.c \
13 lsa.c \
14 negotiate.c \
15 ntlm.c \
16 schannel.c \
17 schannel_gnutls.c \
18 schannel_macosx.c \
19 secur32.c \
20 thunks.c \
21 util.c \
22 wrapper.c