diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 11:47:02 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 11:47:02 +0200 |
commit | 342f9fa6167359ff6bf030887f96ca4c0a642086 (patch) | |
tree | d7ba4293e2a202e1950041571402733001fa463c /src/Makefile.am | |
parent | 02d96cb7b6a73595e5c517a3e352f578aa5497a0 (diff) | |
download | dabmux-342f9fa6167359ff6bf030887f96ca4c0a642086.tar.gz dabmux-342f9fa6167359ff6bf030887f96ca4c0a642086.tar.bz2 dabmux-342f9fa6167359ff6bf030887f96ca4c0a642086.zip |
Add FIG1/0
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 635c8c7..1cf8dbb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -99,6 +99,7 @@ odr_dabmux_SOURCES =DabMux.cpp DabMux.h \ TcpSocket.h TcpSocket.cpp \ zmq.hpp \ fig/FIG0.cpp fig/FIG0.h \ + fig/FIG1.cpp fig/FIG1.h \ fig/FIGCarousel.cpp fig/FIGCarousel.h \ fig/FIG.h |