From b3244da0d4c2e1b5a6497d17f389ff14d54cd6ea Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 7 Nov 2021 00:57:01 +0100 Subject: [PATCH] fix compile Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/e67d52ec1aa3d97e523424edcd9c22d2e7f68c0d Author: vanhofen Date: 2021-11-07 (Sun, 07 Nov 2021) Origin message was: ------------------ - fix compile ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.am b/common/Makefile.am index 794d343..86d8fff 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -43,12 +43,12 @@ libcommon_la_SOURCES = \ endif endif endif +endif else libcommon_la_SOURCES = \ ca.cpp endif endif -endif libcommon_la_SOURCES += \ hal_debug.cpp \