Remove ntdll from imports.
[wine.git] / dlls / shlwapi / Makefile.in
blob21d1a525718ff2fa12e1c5dab8317f51e4f318ca
1 EXTRADEFS = -D_SHLWAPI_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = shlwapi.dll
7 IMPORTS = ole32 user32 gdi32 advapi32 kernel32
8 EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
10 C_SRCS = \
11 assoc.c \
12 clist.c \
13 istream.c \
14 ordinal.c \
15 path.c \
16 reg.c \
17 regstream.c \
18 shlwapi_main.c \
19 string.c \
20 thread.c \
21 url.c \
22 wsprintf.c
24 SUBDIRS = tests
26 @MAKE_DLL_RULES@
28 ### Dependencies: