dnsapi: Partially implement DnsQueryConfig.
[wine/gsoc_dplay.git] / dlls / dnsapi / Makefile.in
blob1ff202549cfa16a56896e0ff18e08dda22cd563d
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dnsapi.dll
6 IMPORTLIB = libdnsapi.$(IMPLIBEXT)
7 IMPORTS = kernel32
8 EXTRALIBS = $(LIBUNICODE) @RESOLVLIBS@
10 C_SRCS = \
11 main.c \
12 name.c \
13 query.c \
14 record.c
16 SUBDIRS = tests
18 @MAKE_DLL_RULES@
20 ### Dependencies: