mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
14 lines
196 B
Makefile
14 lines
196 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = iphlpapi.dll
|
|
IMPORTS = iphlpapi
|
|
|
|
CTESTS = \
|
|
iphlpapi.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|