mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
7 lines
86 B
Makefile
7 lines
86 B
Makefile
TESTDLL = ntdsapi.dll
|
|
IMPORTS = ntdsapi
|
|
|
|
C_SRCS = \
|
|
ntdsapi.c
|
|
|
|
@MAKE_TEST_RULES@
|