summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-07-22 15:52:05 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-07-22 15:52:05 +0200
commitf5b1b7966071e77100e47c85a6a021a61fcef5be (patch)
treeaf957cc5fe27af4d10f81cc84345e4f8c8a16b6c /src
parente459214d81c37c388939f64bed293e6615aecec0 (diff)
downloaddabmux-f5b1b7966071e77100e47c85a6a021a61fcef5be.tar.gz
dabmux-f5b1b7966071e77100e47c85a6a021a61fcef5be.tar.bz2
dabmux-f5b1b7966071e77100e47c85a6a021a61fcef5be.zip
Make ZeroMQ mandatory, ManagementServer needs it anyway
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0cc51c2..268437c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,7 +29,6 @@ endif
FEC_FLAGS =
FEC_LIBS =-lfec
-if HAVE_ZEROMQ_TEST
bin_PROGRAMS=odr-dabmux odr-bridgetest zmqinput-keygen
if HAVE_OUTPUT_RAW_TEST
@@ -37,11 +36,6 @@ bin_PROGRAMS+=odr-zmq2farsync
endif
ZMQ_LIBS =-lzmq
-else
-bin_PROGRAMS=odr-dabmux odr-bridgetest
-
-ZMQ_LIBS =
-endif
if HAVE_CURL_TEST
CURL_LIBS =-lcurl