Set the correct library path for all backends by

changing @LIBDIR@ to $(libdir)/sane.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-06-10 16:25:53 +00:00
rodzic ba1b670a9f
commit d4adaff935
4 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -61,7 +61,7 @@ all: sane.ps $(MANPAGES)
@sed -e 's|@DATADIR@|$(datadir)|g' \
-e 's|@CONFIGDIR@|$(configdir)|g' \
-e 's|@DOCDIR@|$(docdir)|g' \
-e 's|@LIBDIR@|$(libdir)|g' \
-e 's|@LIBDIR@|$(libdir)/sane|g' \
-e 's|@BINDIR@|$(bindir)|g' \
-e 's|@SBINDIR@|$(sbindir)|g' $^ >$@
@echo Generating manpage $@...

Wyświetl plik

@ -48,10 +48,10 @@ The backend configuration file:
@CONFIGDIR@/coolscan.conf.
The static library implementing this backend:
@LIBDIR@/sane/libsane-coolscan.a
@LIBDIR@/libsane-coolscan.a
The shared library implementing this backend:
@LIBDIR@/sane/libsane-coolscan.so
@LIBDIR@/libsane-coolscan.so
(present on systems that support dynamic loading)
.SH ENVIRONMENT

Wyświetl plik

@ -56,10 +56,10 @@ The backend configuration file (see also description of
.B SANE_CONFIG_DIR
below).
.TP
.I @LIBDIR@/sane/libsane-dc210.a
.I @LIBDIR@/libsane-dc210.a
The static library implementing this backend.
.TP
.I @LIBDIR@/sane/libsane-dc210.so
.I @LIBDIR@/libsane-dc210.so
The shared library implementing this backend (present on systems that
support dynamic loading).

Wyświetl plik

@ -57,10 +57,10 @@ The backend configuration file (see also description of
.B SANE_CONFIG_DIR
below).
.TP
.I @LIBDIR@/sane/libsane-dc240.a
.I @LIBDIR@/libsane-dc240.a
The static library implementing this backend.
.TP
.I @LIBDIR@/sane/libsane-dc240.so
.I @LIBDIR@/libsane-dc240.so
The shared library implementing this backend (present on systems that
support dynamic loading).