mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
14 lines
220 B
Makefile
14 lines
220 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = tapi32.dll
|
|
IMPORTLIB = tapi32
|
|
IMPORTS = advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
assisted.c \
|
|
line.c \
|
|
phone.c
|
|
|
|
@MAKE_DLL_RULES@
|