diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-17 22:24:30 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-24 11:58:06 +0100 |
commit | b51bea6c775007590e03f3dd230b1415c08c914a (patch) | |
tree | 859d8a086f757471545acb9ff92b69de8b71f7dc /Makefile.am | |
parent | f1d767969cf02ae64de912969859d4eaa9a1d09c (diff) | |
download | dabmod-b51bea6c775007590e03f3dd230b1415c08c914a.tar.gz dabmod-b51bea6c775007590e03f3dd230b1415c08c914a.tar.bz2 dabmod-b51bea6c775007590e03f3dd230b1415c08c914a.zip |
Move configuration and cmdline parser to new file
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 96e2ff3..f4e8e00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,8 @@ odr_dabmod_SOURCES = src/DabMod.cpp \ src/DabModulator.h \ src/Buffer.cpp \ src/Buffer.h \ + src/ConfigParser.cpp \ + src/ConfigParser.h \ src/ModPlugin.cpp \ src/ModPlugin.h \ src/EtiReader.cpp \ |