diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:53 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:53 +0200 |
commit | 115d2beab18fae48374bb3dc8603a0c48df58ce1 (patch) | |
tree | 7e1920e7f69782aec0d4813963c3601d62a757c1 /backend/Makefile.am | |
parent | a0fd2a8557d28ec8e7bbf881f78daf7e8e8fbd6b (diff) | |
parent | 1f3f1e7d112f051f22fe7fc82739b483cef09b2a (diff) |
Merge branch 'feature/upstream' into developdevelop
Diffstat (limited to 'backend/Makefile.am')
-rw-r--r-- | backend/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Makefile.am b/backend/Makefile.am index 86b1d1f..4bf4e6f 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -1619,7 +1619,7 @@ libsane_rts8891_la_LIBADD = $(COMMON_LIBS) \ sane_strstatus.lo \ ../sanei/sanei_scsi.lo \ ../sanei/sanei_usb.lo \ - $(SCSI_LIBS) $(USB_LIBS) $(RESMGR_LIBS) $(RESMGR_LIBS) + $(MATH_LIB) $(SCSI_LIBS) $(USB_LIBS) $(RESMGR_LIBS) $(RESMGR_LIBS) EXTRA_DIST += rts8891.conf.in # TODO: Why are these distributed but not compiled? EXTRA_DIST += rts8891_devices.c rts8891_low.c rts8891_low.h |