diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-02 14:40:19 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-02 14:40:19 +0200 |
commit | c21a6828183cdcc08533a83530156e5758aca534 (patch) | |
tree | 47a5fab506ad522bb78b50ad87c2ee45179d87cd /src/Makefile.am | |
parent | b78139a2fe6ee76bcb85b240733bf803c5430286 (diff) | |
parent | 369874e1c38680d27f187aa0297b0ce00b3f9fa0 (diff) | |
download | dabmux-c21a6828183cdcc08533a83530156e5758aca534.tar.gz dabmux-c21a6828183cdcc08533a83530156e5758aca534.tar.bz2 dabmux-c21a6828183cdcc08533a83530156e5758aca534.zip |
Merge branch 'next' into servicelinking
And move FIG0/6 to new files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 55510ee..5edd0a4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -97,9 +97,23 @@ 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/FIG0structs.h \ + fig/FIG0.h fig/FIG0structs.h \ + fig/FIG0_0.cpp fig/FIG0_0.h \ + fig/FIG0_1.cpp fig/FIG0_1.h \ + fig/FIG0_2.cpp fig/FIG0_2.h \ + fig/FIG0_3.cpp fig/FIG0_3.h \ + fig/FIG0_5.cpp fig/FIG0_5.h \ + fig/FIG0_6.cpp fig/FIG0_6.h \ + fig/FIG0_8.cpp fig/FIG0_8.h \ + fig/FIG0_9.cpp fig/FIG0_9.h \ + fig/FIG0_10.cpp fig/FIG0_10.h \ + fig/FIG0_13.cpp fig/FIG0_13.h \ + fig/FIG0_17.cpp fig/FIG0_17.h \ + fig/FIG0_18.cpp fig/FIG0_18.h \ + fig/FIG0_19.cpp fig/FIG0_19.h \ fig/FIG1.cpp fig/FIG1.h \ fig/FIGCarousel.cpp fig/FIGCarousel.h \ + fig/TransitionHandler.h \ mpeg.h mpeg.c \ prbs.h prbs.c \ utils.cpp utils.h \ |