kopia lustrzana https://gitlab.com/sane-project/backends
Added sanei_usb dependency.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
40ff2b7b80
commit
048289b532
|
@ -56,7 +56,8 @@ COMPILE = $(CC) -c $(CFLAGS) $(DEFS) $(INCLUDES) $(CPPFLAGS)
|
||||||
PRELOADABLE_BACKENDS = abaton agfafocus apple artec as6e avision bh canon \
|
PRELOADABLE_BACKENDS = abaton agfafocus apple artec as6e avision bh canon \
|
||||||
coolscan dc25 @DC210@ @DC240@ dmc epson hp m3096g microtek microtek2 \
|
coolscan dc25 @DC210@ @DC240@ dmc epson hp m3096g microtek microtek2 \
|
||||||
mustek mustek_pp nec @NET@ pie @PINT@ plustek @PNM@ @QCAM@ ricoh \
|
mustek mustek_pp nec @NET@ pie @PINT@ plustek @PNM@ @QCAM@ ricoh \
|
||||||
s9036 sharp @SM3600@ @SNAPSCAN@ sp15c st400 tamarack umax umax_pp @V4L@
|
s9036 sharp @SM3600@ @SNAPSCAN@ sp15c st400 tamarack umax umax_pp \
|
||||||
|
@V4L@
|
||||||
ALL_BACKENDS = $(PRELOADABLE_BACKENDS) dll
|
ALL_BACKENDS = $(PRELOADABLE_BACKENDS) dll
|
||||||
|
|
||||||
LIBS = $(addprefix libsane-,$(addsuffix .la,$(ALL_BACKENDS)))
|
LIBS = $(addprefix libsane-,$(addsuffix .la,$(ALL_BACKENDS)))
|
||||||
|
@ -285,6 +286,7 @@ libsane-dll.la libsane.la: ../sanei/sanei_wire.lo
|
||||||
libsane-dll.la libsane.la: ../sanei/sanei_ab306.lo
|
libsane-dll.la libsane.la: ../sanei/sanei_ab306.lo
|
||||||
libsane-dll.la libsane.la: ../sanei/sanei_pio.lo
|
libsane-dll.la libsane.la: ../sanei/sanei_pio.lo
|
||||||
libsane-dll.la libsane.la: ../sanei/sanei_pa4s2.lo
|
libsane-dll.la libsane.la: ../sanei/sanei_pa4s2.lo
|
||||||
|
libsane-dll.la libsane.la: ../sanei/sanei_usb.lo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
|
|
Ładowanie…
Reference in New Issue