diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-07-08 15:40:43 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-07-08 15:40:43 +0200 |
commit | 93fc176f6c42136d344f9feb7dcbcb48c0ab72ce (patch) | |
tree | 6cf9b987d4d9a9c2a18f186fdb16e5ed62572680 /Makefile.am | |
parent | fa8a4b44497cfd3dd35eec393b65288bee90be40 (diff) | |
download | dabmod-93fc176f6c42136d344f9feb7dcbcb48c0ab72ce.tar.gz dabmod-93fc176f6c42136d344f9feb7dcbcb48c0ab72ce.tar.bz2 dabmod-93fc176f6c42136d344f9feb7dcbcb48c0ab72ce.zip |
Update EDI input library
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 668acaf..4e43bad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -650,6 +650,8 @@ endif if COMPILE_EDI odr_dabmod_SOURCES += lib/edi/buffer_unpack.hpp \ + lib/edi/common.hpp \ + lib/edi/common.cpp \ lib/edi/eti.hpp \ lib/edi/eti.cpp \ lib/edi/ETIDecoder.hpp \ |