diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0097b2c..9eb2477 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -88,7 +88,8 @@ odr_dabmux_SOURCES =DabMux.cpp DabMux.h \ mpeg.h mpeg.c \ StatsServer.h StatsServer.cpp \ TcpServer.h TcpServer.cpp \ - TcpSocket.h TcpSocket.cpp + TcpSocket.h TcpSocket.cpp \ + zmq.hpp odr_bridgetest_CFLAGS =-DBRIDGE_TEST odr_bridgetest_SOURCES =bridge.c \ |