Makefile.in 356 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = dnsapi.dll
6
IMPORTLIB = dnsapi
7
IMPORTS   = netapi32 kernel32
8
EXTRALIBS = @RESOLVLIBS@
9 10

C_SRCS = \
11
	main.c \
12
	name.c \
13 14
	ns_name.c \
	ns_parse.c \
15
	query.c \
16
	record.c
17 18 19

@MAKE_DLL_RULES@

20
@DEPENDENCIES@  # everything below this line is overwritten by make depend