2000-11-22 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>

* changed configure.in and frontend/Makefile.in,
          "-lintl" is not added to @LIBS@ any more, @INTLLIBS@
          is defined instead now, this is necessary because "-lintl"
          has to be added to the frontends and not to a backend and
          sane-config --libs must not list it.
DEVEL_2_0_BRANCH-1
Oliver Rauch 2000-11-23 22:57:25 +00:00
rodzic 73d27e10bf
commit 579e4d5ac7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ DEFS = @DEFS@
CPPFLAGS = @CPPFLAGS@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
LIBS = @LIBS@ @INTLLIBS@
LIBTOOL = ../libtool
MINST = --mode=install