mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 00:46:03 +00:00
3ed89c33b0
them.
15 lines
237 B
Makefile
15 lines
237 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = secur32.dll
|
|
IMPORTS = user32 advapi32 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
secur32.c \
|
|
thunks.c \
|
|
wrapper.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|