diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-01-15 08:22:18 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-01-15 08:22:18 +0100 |
commit | 9d6ddfcb36115084237bac3a3f1c49ddf0da765f (patch) | |
tree | 6b828d92034a3322f9109663be32ff2646009d1f /Makefile.am | |
parent | b65ec3d9d712c23f99f6af6a85aa421a98b4c8a0 (diff) | |
download | ODR-SourceCompanion-9d6ddfcb36115084237bac3a3f1c49ddf0da765f.tar.gz ODR-SourceCompanion-9d6ddfcb36115084237bac3a3f1c49ddf0da765f.tar.bz2 ODR-SourceCompanion-9d6ddfcb36115084237bac3a3f1c49ddf0da765f.zip |
Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and output
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 1309ae0..dd412ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,13 +36,13 @@ odr_sourcecompanion_SOURCES = src/odr-sourcecompanion.cpp \ lib/Socket.h lib/Socket.cpp \ lib/ThreadsafeQueue.h \ lib/crc.h lib/crc.c \ - lib/edi/AFPacket.h lib/edi/AFPacket.cpp \ - lib/edi/EDIConfig.h \ - lib/edi/Interleaver.h lib/edi/Interleaver.cpp \ - lib/edi/PFT.h lib/edi/PFT.cpp \ - lib/edi/TagItems.h lib/edi/TagItems.cpp \ - lib/edi/TagPacket.h lib/edi/TagPacket.cpp \ - lib/edi/Transport.h lib/edi/Transport.cpp + lib/edioutput/AFPacket.h lib/edioutput/AFPacket.cpp \ + lib/edioutput/EDIConfig.h \ + lib/edioutput/Interleaver.h lib/edioutput/Interleaver.cpp \ + lib/edioutput/PFT.h lib/edioutput/PFT.cpp \ + lib/edioutput/TagItems.h lib/edioutput/TagItems.cpp \ + lib/edioutput/TagPacket.h lib/edioutput/TagPacket.cpp \ + lib/edioutput/Transport.h lib/edioutput/Transport.cpp bin_PROGRAMS = odr-sourcecompanion$(EXEEXT) |