shell32: Remove an unneeded local variable initialization.
[wine/multimedia.git] / dlls / sane.ds / Makefile.in
blobdf6d72fa7eee9ac25a4e447f746a3a57a0f37771
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = sane.ds
6 IMPORTS = comctl32 user32 gdi32 kernel32 ntdll
7 EXTRALIBS = @SANELIBS@
8 EXTRAINCL = @SANEINCL@
10 C_SRCS = \
11 capability.c \
12 ds_ctrl.c \
13 ds_image.c \
14 sane_main.c \
15 ui.c
17 RC_SRCS = \
18 rsrc.rc
20 @MAKE_DLL_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend