mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
13 lines
199 B
Makefile
13 lines
199 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ws2_32.dll
|
|
IMPORTS = ws2_32 kernel32 user32
|
|
|
|
C_SRCS = \
|
|
protocol.c \
|
|
sock.c
|
|
|
|
@MAKE_TEST_RULES@
|