shell32: Add ::GetDefaultColumnState() and partial ::GetDetailsOf() for printers...
[wine] / dlls / shell32 / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = shell32.dll
6 IMPORTS   = shell32 ole32 oleaut32 user32 advapi32 kernel32
7
8 C_SRCS = \
9         appbar.c \
10         autocomplete.c \
11         generated.c \
12         progman_dde.c \
13         shelllink.c \
14         shellpath.c \
15         shfldr_special.c \
16         shlexec.c \
17         shlfileop.c \
18         shlfolder.c \
19         shlview.c \
20         string.c \
21         systray.c
22
23 RC_SRCS = rsrc.rc
24
25 @MAKE_TEST_RULES@