diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c82842c..c546e1d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -75,7 +75,8 @@ crc_dabmod_SOURCES = DabMod.cpp \ GuardIntervalInserter.cpp GuardIntervalInserter.h \ Resampler.cpp Resampler.h \ ConvEncoder.cpp ConvEncoder.h \ - TimeInterleaver.cpp TimeInterleaver.h + TimeInterleaver.cpp TimeInterleaver.h \ + Log.cpp Log.h nodist_crc_dabmod_SOURCES =$(FFT_SRC) dist_bin_SCRIPTS =crc-dwap.py |