diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 17:51:47 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 17:51:47 +0200 |
commit | f1832dd977078a60b343673c60092d3d5d030398 (patch) | |
tree | c1d585a637a24732507b0b6f94ebe5151fb493c2 /src/Makefile.am | |
parent | 7378fc903a26f779c48114e6305a89e59a3285d6 (diff) | |
download | dabmux-f1832dd977078a60b343673c60092d3d5d030398.tar.gz dabmux-f1832dd977078a60b343673c60092d3d5d030398.tar.bz2 dabmux-f1832dd977078a60b343673c60092d3d5d030398.zip |
Add initial implementation for FIG0/24
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4ee8792..12934f0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -96,6 +96,7 @@ odr_dabmux_SOURCES =DabMux.cpp DabMux.h \ fig/FIG0_18.cpp fig/FIG0_18.h \ fig/FIG0_19.cpp fig/FIG0_19.h \ fig/FIG0_21.cpp fig/FIG0_21.h \ + fig/FIG0_24.cpp fig/FIG0_24.h \ fig/FIG1.cpp fig/FIG1.h \ fig/FIGCarousel.cpp fig/FIGCarousel.h \ fig/TransitionHandler.h \ |