mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
src/Makefile.am: fix -liconv
Origin commit data
------------------
Commit: 3f7e757dca
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-25 (Tue, 25 Feb 2014)
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