1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-01 07:14:31 +00:00
wine/dlls/secur32/Makefile.in

16 lines
251 B
Makefile

MODULE = secur32.dll
IMPORTLIB = secur32
UNIXLIB = secur32.so
IMPORTS = advapi32
DELAYIMPORTS = crypt32
UNIX_CFLAGS = $(GNUTLS_CFLAGS)
SOURCES = \
lsa.c \
negotiate.c \
schannel.c \
schannel_gnutls.c \
secur32.c \
thunks.c \
wrapper.c