diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-11 22:48:20 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-11 22:48:20 +0200 |
commit | 23999721c627200ca17b0a090239315450affe75 (patch) | |
tree | 7d05e1ad80ebb2d56dec4533e136e9cc699e9d90 /src/Makefile.am | |
parent | a9c52ebf52e455d8682d88e23e235de840994bac (diff) | |
download | dabmux-23999721c627200ca17b0a090239315450affe75.tar.gz dabmux-23999721c627200ca17b0a090239315450affe75.tar.bz2 dabmux-23999721c627200ca17b0a090239315450affe75.zip |
Add missing ThreadsafeQueue.h
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 562c6db..87d3eec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -95,6 +95,7 @@ odr_dabmux_SOURCES =DabMux.cpp DabMux.h \ RemoteControl.cpp RemoteControl.h \ TcpSocket.h TcpSocket.cpp \ UdpSocket.h UdpSocket.cpp \ + ThreadsafeQueue.h \ bridge.h bridge.c \ crc.h crc.c \ fig/FIG.h fig/FIG.cpp \ |