diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-10 16:47:42 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-10 16:47:42 +0200 |
commit | c125ae1f00fe8d8dbafce2f262ebaa8af515ac39 (patch) | |
tree | 283f77c6d28b5706f8cc6ae08ffba7cf48f23e61 /Makefile.am | |
parent | 45dbae7032f874f74d5ef39b2928bbe7a9066e56 (diff) | |
download | dabmod-c125ae1f00fe8d8dbafce2f262ebaa8af515ac39.tar.gz dabmod-c125ae1f00fe8d8dbafce2f262ebaa8af515ac39.tar.bz2 dabmod-c125ae1f00fe8d8dbafce2f262ebaa8af515ac39.zip |
Replace boost ptree by another INI parser
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e323b1d..71b0ef2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,6 +143,7 @@ odr_dabmod_SOURCES = src/DabMod.cpp \ src/PAPRStats.cpp \ src/PAPRStats.h \ src/zmq.hpp \ + lib/INIReader.h \ lib/crc.h \ lib/crc.c \ lib/fec/char.h \ |