summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-11 12:12:35 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-11 12:15:41 +0100
commit33864ac8cf65ff0ba46ea57ce5dde0db3999d7db (patch)
tree64f99524bd8aed5fbf053be34e802aa0bb0f8197 /src/Makefile.am
parent2b7633a5cea6fc26d66510487b3fc7377a2c1fa6 (diff)
downloaddabmux-0.4.2.tar.gz
dabmux-0.4.2.tar.bz2
dabmux-0.4.2.zip
add zmq.hpp to Makefile.am, update configure.acv0.4.2
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
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 \