From cee449e244680622ecf7e83afecc41a85a5955c5 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 25 Feb 2014 17:22:59 +0400 Subject: [PATCH] src/Makefile.am: fix -liconv Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/3f7e757dcaa66c706b20aec1fd698f3f13379bd1 Author: [CST] Focus Date: 2014-02-25 (Tue, 25 Feb 2014) --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8d07aa28e..413f93280 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -140,10 +140,11 @@ neutrino_LDADD += -lca-ci -llnxtmvssUsr -llnxUKAL -llnxplatUsr -llnxtmasUsr -lln else neutrino_LDADD += -lnxp endif +endif + if BOXMODEL_APOLLO neutrino_LDADD += -liconv endif -endif bin_PROGRAMS += drivertool drivertool_SOURCES = drivertool.c