kopia lustrzana https://gitlab.com/sane-project/backends
Fix duplicate automake file variable initialization issue
This was introduced in 74c00494
.
merge-requests/1/head
rodzic
f8d35b8d2f
commit
32c25b8b82
|
@ -10,9 +10,9 @@ AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_builddir)/include \
|
||||||
bin_PROGRAMS = sane-find-scanner gamma4scanimage
|
bin_PROGRAMS = sane-find-scanner gamma4scanimage
|
||||||
noinst_PROGRAMS = sane-desc
|
noinst_PROGRAMS = sane-desc
|
||||||
if INSTALL_UMAX_PP_TOOLS
|
if INSTALL_UMAX_PP_TOOLS
|
||||||
bin_PROGRAMS = umax_pp
|
bin_PROGRAMS += umax_pp
|
||||||
else
|
else
|
||||||
noinst_PROGRAMS = umax_pp
|
noinst_PROGRAMS += umax_pp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if CROSS_COMPILING
|
if CROSS_COMPILING
|
||||||
|
|
Ładowanie…
Reference in New Issue