mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
16 lines
315 B
Makefile
16 lines
315 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = localspl.dll
|
|
IMPORTS = spoolss user32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
localmon.c \
|
|
localspl_main.c
|
|
|
|
RC_SRCS = localspl.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|