diff options
author | andreas128 <Andreas> | 2017-03-26 13:28:02 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-03-26 13:28:02 +0200 |
commit | b49d5c3898f4a6f03d7cb033508ba1416e30c6f0 (patch) | |
tree | 41339282a8691e6a2501cce1eaed37b878374390 /Makefile.am | |
parent | e45d89bdd7ad54bf4fcd4f3220a35ec1d80e94bf (diff) | |
download | dabmod-b49d5c3898f4a6f03d7cb033508ba1416e30c6f0.tar.gz dabmod-b49d5c3898f4a6f03d7cb033508ba1416e30c6f0.tar.bz2 dabmod-b49d5c3898f4a6f03d7cb033508ba1416e30c6f0.zip |
Working pipeline
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 f4e8e00..d4365fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,6 +62,8 @@ odr_dabmod_SOURCES = src/DabMod.cpp \ src/FicSource.h \ src/FIRFilter.cpp \ src/FIRFilter.h \ + src/MemlessPoly.cpp \ + src/MemlessPoly.h \ src/PuncturingRule.cpp \ src/PuncturingRule.h \ src/PuncturingEncoder.cpp \ |