shell32/tests: Add initial tests for the IExplorerBrowser control.
[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
7
8 C_SRCS = \
9         appbar.c \
10         autocomplete.c \
11         brsfolder.c \
12         ebrowser.c \
13         generated.c \
14         progman_dde.c \
15         shelllink.c \
16         shellpath.c \
17         shfldr_special.c \
18         shlexec.c \
19         shlfileop.c \
20         shlfolder.c \
21         shlview.c \
22         string.c \
23         systray.c
24
25 RC_SRCS = rsrc.rc
26
27 @MAKE_TEST_RULES@