diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-13 09:42:05 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-13 09:42:05 +0200 |
commit | ded68af354d90e5be5710f88371d2f56c6fc885a (patch) | |
tree | 8b19a7905504c9c1717faa0907ff6509c317fa33 /Makefile.am | |
parent | c3b609c62b296232001f6dd437c2caf73531083f (diff) | |
download | ODR-SourceCompanion-ded68af354d90e5be5710f88371d2f56c6fc885a.tar.gz ODR-SourceCompanion-ded68af354d90e5be5710f88371d2f56c6fc885a.tar.bz2 ODR-SourceCompanion-ded68af354d90e5be5710f88371d2f56c6fc885a.zip |
Replace PAD fifo by UNIX socket
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 6f925f6..1309ae0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ odr_sourcecompanion_SOURCES = src/odr-sourcecompanion.cpp \ src/StatsPublish.h src/StatsPublish.cpp \ src/encryption.h src/encryption.c \ src/utils.h src/utils.c \ + src/PadInterface.h src/PadInterface.cpp \ lib/fec/char.h \ lib/fec/decode_rs_char.c \ lib/fec/decode_rs.h \ |