wined3d: Introduce a separate function for translating front buffer coordinates to...
[wine] / dlls / ntdsapi / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = ntdsapi.dll
6 IMPORTLIB = ntdsapi
7 IMPORTS   = user32 kernel32
8
9 C_SRCS = \
10         ntdsapi.c
11
12 @MAKE_DLL_RULES@