mirror of
https://github.com/reactos/wine.git
synced 2025-03-01 09:16:00 +00:00
13 lines
190 B
Makefile
13 lines
190 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = dnsapi.dll
|
|
IMPORTS = dnsapi kernel32
|
|
|
|
C_SRCS = \
|
|
name.c \
|
|
record.c
|
|
|
|
@MAKE_TEST_RULES@
|