wine/dlls/secur32/Makefile.in
Alexandre Julliard 194e09baec makefiles: Add separate variables for Unix flags and libraries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-06-29 23:23:41 +02:00

16 lines
250 B
Makefile

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