mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
16f33d8b43
This change was triggered because of a bug in libsane-hpaio.so, namely that it relies on libsane.so being dlopen'd RTLD_GLOBAL so that sanei_init_debug can be resolved.
21 lines
369 B
Makefile
21 lines
369 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = sane.ds
|
|
IMPORTS = comctl32 user32 gdi32 kernel32 ntdll
|
|
EXTRAINCL = @SANEINCL@
|
|
|
|
C_SRCS = \
|
|
capability.c \
|
|
ds_ctrl.c \
|
|
ds_image.c \
|
|
sane_main.c \
|
|
ui.c
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|