aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-04-10 16:47:42 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-04-10 16:47:42 +0200
commitc125ae1f00fe8d8dbafce2f262ebaa8af515ac39 (patch)
tree283f77c6d28b5706f8cc6ae08ffba7cf48f23e61 /Makefile.am
parent45dbae7032f874f74d5ef39b2928bbe7a9066e56 (diff)
downloaddabmod-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.am1
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 \