mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
10 lines
233 B
Makefile
10 lines
233 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = security.dll
|
|
IMPORTS = secur32 kernel32
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|