diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-22 15:52:05 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-22 15:52:05 +0200 |
commit | f5b1b7966071e77100e47c85a6a021a61fcef5be (patch) | |
tree | af957cc5fe27af4d10f81cc84345e4f8c8a16b6c /src/Makefile.am | |
parent | e459214d81c37c388939f64bed293e6615aecec0 (diff) | |
download | dabmux-f5b1b7966071e77100e47c85a6a021a61fcef5be.tar.gz dabmux-f5b1b7966071e77100e47c85a6a021a61fcef5be.tar.bz2 dabmux-f5b1b7966071e77100e47c85a6a021a61fcef5be.zip |
Make ZeroMQ mandatory, ManagementServer needs it anyway
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
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 |