summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-30 16:13:12 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-10-02 12:38:24 +0200
commitbbc588c731dc16c6245ad7063bac5d141086a315 (patch)
tree6af4cdfb7c620ad87e1a815173241868138a7529 /src/Makefile.am
parent9bcd309e3812263a11ee13d7999e85c4e6a48ebd (diff)
downloaddabmux-bbc588c731dc16c6245ad7063bac5d141086a315.tar.gz
dabmux-bbc588c731dc16c6245ad7063bac5d141086a315.tar.bz2
dabmux-bbc588c731dc16c6245ad7063bac5d141086a315.zip
Move FIG0 structures to separate file
(cherry picked from commit 0360110bfb7320f3310737b6b75da5f8cd96edb9)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 996ebb8..55510ee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -97,7 +97,7 @@ odr_dabmux_SOURCES =DabMux.cpp DabMux.h \
bridge.h bridge.c \
crc.h crc.c \
fig/FIG.h fig/FIG.cpp \
- fig/FIG0.cpp fig/FIG0.h \
+ fig/FIG0.cpp fig/FIG0.h fig/FIG0structs.h \
fig/FIG1.cpp fig/FIG1.h \
fig/FIGCarousel.cpp fig/FIGCarousel.h \
mpeg.h mpeg.c \