aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-07-13 09:42:05 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-07-13 09:42:05 +0200
commitded68af354d90e5be5710f88371d2f56c6fc885a (patch)
tree8b19a7905504c9c1717faa0907ff6509c317fa33 /Makefile.am
parentc3b609c62b296232001f6dd437c2caf73531083f (diff)
downloadODR-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.am1
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 \