Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 448392
Collapse All | Expand All

(-)iscan-2.29.1.orig/backend/Makefile.am (-2 / +1 lines)
Lines 58-64 Link Here
58
58
59
libepkowa_la_CPPFLAGS = \
59
libepkowa_la_CPPFLAGS = \
60
	$(AM_CPPFLAGS) \
60
	$(AM_CPPFLAGS) \
61
	$(LTDLINCL) \
62
	-I$(top_srcdir)/include \
61
	-I$(top_srcdir)/include \
63
	-I$(top_srcdir)/non-free \
62
	-I$(top_srcdir)/non-free \
64
	$(XML_CFLAGS) \
63
	$(XML_CFLAGS) \
Lines 70-76 Link Here
70
	-lm \
69
	-lm \
71
	$(XML_LIBS) \
70
	$(XML_LIBS) \
72
	$(LIBUSB_1_0_LIBS) \
71
	$(LIBUSB_1_0_LIBS) \
73
	$(LIBLTDL)
72
	-lltdl
74
libepkowa_la_SOURCES = \
73
libepkowa_la_SOURCES = \
75
	$(sane_backends_files) \
74
	$(sane_backends_files) \
76
	ipc.c \
75
	ipc.c \
(-)iscan-2.29.1.orig/configure.ac (-7 / +3 lines)
Lines 266-279 Link Here
266
dnl  The somewhat obscure LT_AC_PROG_SED is here to make sure that the
266
dnl  The somewhat obscure LT_AC_PROG_SED is here to make sure that the
267
dnl  SED environment variable gets set before it's used by the libtool
267
dnl  SED environment variable gets set before it's used by the libtool
268
dnl  machinery.  This works around buggy libtool versions.
268
dnl  machinery.  This works around buggy libtool versions.
269
LT_AC_PROG_SED
270
AC_LIBLTDL_INSTALLABLE
271
AC_LIBTOOL_DLOPEN
272
AC_PROG_LIBTOOL
269
AC_PROG_LIBTOOL
273
AC_LIB_LTDL
270
AC_LTDL_SHLIBPATH
274
AC_SUBST(LTDLINCL)
271
AC_LTDL_SHLIBEXT
275
AC_SUBST(LIBLTDL)
272
AC_LTDL_SYSSEARCHPATH
276
277
273
278
dnl  Graphic file format options
274
dnl  Graphic file format options
279
275
(-)iscan-2.29.1.orig/frontend/Makefile.am (-1 / +1 lines)
Lines 34-40 Link Here
34
iscan_LDADD = \
34
iscan_LDADD = \
35
	$(top_builddir)/lib/libimage-stream.la \
35
	$(top_builddir)/lib/libimage-stream.la \
36
	-lsane \
36
	-lsane \
37
	@LIBLTDL@ \
37
	-lltdl \
38
	@GTK_LIBS@ \
38
	@GTK_LIBS@ \
39
	@GDK_IMLIB_LIBS@ \
39
	@GDK_IMLIB_LIBS@ \
40
	$(top_builddir)/non-free/libesmod.so
40
	$(top_builddir)/non-free/libesmod.so
(-)iscan-2.29.1.orig/lib/Makefile.am (-1 / +1 lines)
Lines 30-36 Link Here
30
libimage_stream_la_CPPFLAGS = -I$(top_srcdir)/include
30
libimage_stream_la_CPPFLAGS = -I$(top_srcdir)/include
31
libimage_stream_la_LDFLAGS = -static
31
libimage_stream_la_LDFLAGS = -static
32
libimage_stream_la_LIBADD  = \
32
libimage_stream_la_LIBADD  = \
33
	$(LIBLTDL) \
33
	-lltdl \
34
	$(top_builddir)/lib/pdf/libpdf.la
34
	$(top_builddir)/lib/pdf/libpdf.la
35
libimage_stream_la_SOURCES = \
35
libimage_stream_la_SOURCES = \
36
	$(libimage_stream_la_files)
36
	$(libimage_stream_la_files)

Return to bug 448392