diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-27 20:43:48 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-30 17:36:31 +0200 |
commit | 09312c200b78c6b441b577911743f75921fef5b3 (patch) | |
tree | 170b0a46b29b0e5efea500b9544d9b513b6f7668 /Makefile.am | |
parent | 405de3ecd5624a350668406f5476905e5e8a1286 (diff) | |
download | dabmod-09312c200b78c6b441b577911743f75921fef5b3.tar.gz dabmod-09312c200b78c6b441b577911743f75921fef5b3.tar.bz2 dabmod-09312c200b78c6b441b577911743f75921fef5b3.zip |
Add and enable TII insertion for testing
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5c7c60b..5f73f3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -165,6 +165,8 @@ odr_dabmod_SOURCES = src/DabMod.cpp \ src/FormatConverter.h \ src/Utils.cpp \ src/Utils.h \ + src/TII.cpp \ + src/TII.h \ src/zmq.hpp dist_bin_SCRIPTS = src/crc-dwap.py |