Fix duplicate automake file variable initialization issue

This was introduced in 74c00494.
merge-requests/1/head
Olaf Meeuwissen 2015-10-19 21:11:53 +09:00
rodzic f8d35b8d2f
commit 32c25b8b82
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -10,9 +10,9 @@ AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_builddir)/include \
bin_PROGRAMS = sane-find-scanner gamma4scanimage
noinst_PROGRAMS = sane-desc
if INSTALL_UMAX_PP_TOOLS
bin_PROGRAMS = umax_pp
bin_PROGRAMS += umax_pp
else
noinst_PROGRAMS = umax_pp
noinst_PROGRAMS += umax_pp
endif
if CROSS_COMPILING