mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-04 04:11:16 +02:00
src/Makefile.am: fix -liconv
This commit is contained in:
@@ -140,10 +140,11 @@ neutrino_LDADD += -lca-ci -llnxtmvssUsr -llnxUKAL -llnxplatUsr -llnxtmasUsr -lln
|
|||||||
else
|
else
|
||||||
neutrino_LDADD += -lnxp
|
neutrino_LDADD += -lnxp
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
if BOXMODEL_APOLLO
|
if BOXMODEL_APOLLO
|
||||||
neutrino_LDADD += -liconv
|
neutrino_LDADD += -liconv
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
bin_PROGRAMS += drivertool
|
bin_PROGRAMS += drivertool
|
||||||
drivertool_SOURCES = drivertool.c
|
drivertool_SOURCES = drivertool.c
|
||||||
|
Reference in New Issue
Block a user