kernel32: Delete the .windows-label file if the label is empty.
[wine/multimedia.git] / dlls / dnsapi / Makefile.in
bloba55881a48df5dbe1080cf6a551aaf36c77f6ff18
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dnsapi.dll
6 IMPORTLIB = dnsapi
7 IMPORTS = netapi32 kernel32
8 EXTRALIBS = @RESOLVLIBS@
10 C_SRCS = \
11 main.c \
12 name.c \
13 ns_name.c \
14 ns_parse.c \
15 query.c \
16 record.c
18 @MAKE_DLL_RULES@
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend