mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
9 lines
157 B
Makefile
9 lines
157 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = security.dll
|
|
IMPORTS = secur32 kernel32
|
|
|
|
@MAKE_DLL_RULES@
|