From 34db5f02dd472857de2fd810a3ff8a8f83f407fb Mon Sep 17 00:00:00 2001 From: Mathias Kuntze Date: Fri, 6 Mar 2020 11:24:36 +0100 Subject: fixed FIG 0/7 dependency --- Makefile.am | 2 ++ src/fig/FIGCarousel.h | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7a56d93..2b05651 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,6 +108,8 @@ odr_dabmux_SOURCES =src/DabMux.cpp \ src/fig/FIG0_5.h \ src/fig/FIG0_6.cpp \ src/fig/FIG0_6.h \ + src/fig/FIG0_7.cpp \ + src/fig/FIG0_7.h \ src/fig/FIG0_8.cpp \ src/fig/FIG0_8.h \ src/fig/FIG0_9.cpp \ diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index bdb9481..29ede3b 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -98,6 +98,7 @@ class FIGCarousel { FIG0_3 m_fig0_3; FIG0_5 m_fig0_5; FIG0_6 m_fig0_6; + FIG0_7 m_fig0_7; FIG0_17 m_fig0_17; FIG0_8 m_fig0_8; FIG1_0 m_fig1_0; -- cgit v1.2.3