From b5820fadde47a80811ddf4167589cbfef0404a70 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sun, 5 Nov 2017 16:57:11 +0100 Subject: [PATCH] fix compile --- 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