kopia lustrzana https://gitlab.com/sane-project/backends
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
rodzic
73d27e10bf
commit
579e4d5ac7
|
@ -33,7 +33,7 @@ DEFS = @DEFS@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@ @INTLLIBS@
|
||||||
|
|
||||||
LIBTOOL = ../libtool
|
LIBTOOL = ../libtool
|
||||||
MINST = --mode=install
|
MINST = --mode=install
|
||||||
|
|
Ładowanie…
Reference in New Issue