From dfa17c437ad48f8e449f1a851b0ad30aaf995c0e Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sun, 5 Nov 2017 16:57:11 +0100 Subject: [PATCH 1/2] fix compile Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/b5820fadde47a80811ddf4167589cbfef0404a70 Author: TangoCash Date: 2017-11-05 (Sun, 05 Nov 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4fd06a1..f523a79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,5 +56,6 @@ if BOXTYPE_ARMBOX libstb_hal_test_LDADD += -lasound SUBDIRS += libarmbox libstb_hal_la_LIBADD += \ - libarmbox/libarmbox.la + libarmbox/libarmbox.la \ + libdvbci/libdvbci.la endif From b8adf2d5be20dffe93793ac39211e432aac17ff1 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sun, 5 Nov 2017 16:58:19 +0100 Subject: [PATCH 2/2] fix compile #2 Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/cdbe0446274e977588f5a5a73c1b3c2ee679ecd0 Author: TangoCash Date: 2017-11-05 (Sun, 05 Nov 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f523a79..a7fb1ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,7 +54,7 @@ libstb_hal_la_LIBADD += \ endif if BOXTYPE_ARMBOX libstb_hal_test_LDADD += -lasound -SUBDIRS += libarmbox +SUBDIRS += libarmbox libdvbci libstb_hal_la_LIBADD += \ libarmbox/libarmbox.la \ libdvbci/libdvbci.la