kopia lustrzana https://gitlab.com/sane-project/backends
Added teco3 backend.
rodzic
e461e7bb9e
commit
78042de327
|
@ -61,10 +61,10 @@ DISTCLEAN_FILES = @DISTCLEAN_FILES@
|
|||
|
||||
PRELOADABLE_BACKENDS = abaton agfafocus apple artec as6e avision bh canon \
|
||||
canon630u @CANON_PP@ coolscan coolscan2 dc25 @DC210@ @DC240@ dmc \
|
||||
epson fujitsu @GPHOTO2@ hp @HPSJ5S@ leo matsushita microtek microtek2 \
|
||||
epson fujitsu @GPHOTO2@ hp @HPSJ5S@ leo matsushita microtek microtek2 \
|
||||
mustek mustek_pp mustek_usb nec @NET@ pie @PINT@ plustek \
|
||||
@PNM@ @QCAM@ ricoh s9036 sceptre sharp @SM3600@ @SNAPSCAN@ \
|
||||
sp15c st400 tamarack test teco1 umax umax_pp umax1220u @V4L@
|
||||
sp15c st400 tamarack test teco1 teco3 umax umax_pp umax1220u @V4L@
|
||||
ifneq (@SELECTED_BACKENDS@,)
|
||||
PRELOADABLE_BACKENDS = @SELECTED_BACKENDS@
|
||||
endif
|
||||
|
@ -121,8 +121,9 @@ DISTFILES = abaton.c abaton.conf abaton.h agfafocus.c agfafocus.conf \
|
|||
snapscan.conf snapscan.h snapscan-scsi.c snapscan-sources.c \
|
||||
snapscan-sources.h snapscan-usb.c snapscan-usb.h snapscan-options.c sp15c.c \
|
||||
sp15c.conf sp15c.h sp15c-scsi.h st400.c st400.conf st400.h stubs.c \
|
||||
tamarack.c tamarack.conf tamarack.h teco1.c teco1.h \
|
||||
teco1.conf test.c test.conf test.h test-picture.c umax1220u.c \
|
||||
tamarack.c tamarack.conf tamarack.h teco1.c teco1.h teco1.conf \
|
||||
teco3.c teco3.conf teco3.h \
|
||||
test.c test.conf test.h test-picture.c umax1220u.c \
|
||||
umax1220u-common.c \
|
||||
umax1220u.conf umax.c umax.conf umax.h umax_pp.c umax_pp.conf umax_pp.h \
|
||||
umax_pp_low.c umax_pp_low.h umax_pp_mid.c umax_pp_mid.h umax-scanner.c \
|
||||
|
@ -359,6 +360,9 @@ libsane-test.la: ../sanei/sanei_constrain_value.lo
|
|||
libsane-teco1.la: ../sanei/sanei_config2.lo
|
||||
libsane-teco1.la: ../sanei/sanei_constrain_value.lo
|
||||
libsane-teco1.la: ../sanei/sanei_scsi.lo
|
||||
libsane-teco3.la: ../sanei/sanei_config2.lo
|
||||
libsane-teco3.la: ../sanei/sanei_constrain_value.lo
|
||||
libsane-teco3.la: ../sanei/sanei_scsi.lo
|
||||
libsane-umax.la: ../sanei/sanei_config2.lo
|
||||
libsane-umax.la: ../sanei/sanei_constrain_value.lo
|
||||
libsane-umax.la: ../sanei/sanei_scsi.lo
|
||||
|
|
|
@ -43,6 +43,7 @@ sp15c
|
|||
#st400
|
||||
tamarack
|
||||
teco1
|
||||
teco3
|
||||
#test
|
||||
umax
|
||||
#umax_pp
|
||||
|
|
Ładowanie…
Reference in New Issue