sane-config --libs print "-lsane" now, all needed shared libs are linked

to the backends now

Oliver Rauch
DEVEL_2_0_BRANCH-1
Oliver Rauch 2000-11-24 16:13:50 +00:00
rodzic 064827f59d
commit bcb31ca600
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -82,7 +82,7 @@ if test $# -gt 0; then
echo "-L${libdir}"
;;
--libs)
echo "-lsane ${LIBS}"
echo "-lsane"
;;
--cflags)
unique_cflags="-I${includedir}"