diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-07-03 12:40:00 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-07-03 12:40:00 +0200 |
commit | 70519875ee76bd8ab6ae49422ebc36598da28ec3 (patch) | |
tree | ffdbb1c3d17de8e036bf15394b311ef8deb01471 /Makefile.am | |
parent | 7054b2e43ee636dc4882bbd5fd7cc56b93e7f339 (diff) | |
download | ODR-AudioEnc-70519875ee76bd8ab6ae49422ebc36598da28ec3.tar.gz ODR-AudioEnc-70519875ee76bd8ab6ae49422ebc36598da28ec3.tar.bz2 ODR-AudioEnc-70519875ee76bd8ab6ae49422ebc36598da28ec3.zip |
Add stats sender to UNIX datagram socket
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 aea695c..05136ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,6 +95,8 @@ odr_audioenc_SOURCES = src/odr-audioenc.cpp \ src/AACDecoder.cpp \ src/AACDecoder.h \ src/SampleQueue.h \ + src/StatsPublish.cpp \ + src/StatsPublish.h \ src/encryption.c \ src/encryption.h \ src/zmq.hpp \ |