From a9c52ebf52e455d8682d88e23e235de840994bac Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 11 Sep 2016 22:29:15 +0200 Subject: Do not compile bridgetest anymore --- TODO | 2 ++ src/Makefile.am | 6 +----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 5364e54..0e5c458 100644 --- a/TODO +++ b/TODO @@ -48,6 +48,8 @@ facilitate runtime configurability and clarify the usages of the inputs. Also, all inputs using UDP are now broken. +Find out what purpose the bridge input serves. + Communicate Leap Seconds ------------------------ Actually, we're supposed to say in FIG0/10 when there is a UTC leap second diff --git a/src/Makefile.am b/src/Makefile.am index ede6649..562c6db 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,7 +29,7 @@ endif FEC_FLAGS = FEC_LIBS =-lfec -bin_PROGRAMS=odr-dabmux odr-bridgetest zmqinput-keygen +bin_PROGRAMS=odr-dabmux zmqinput-keygen if HAVE_OUTPUT_RAW_TEST bin_PROGRAMS+=odr-zmq2farsync @@ -106,10 +106,6 @@ odr_dabmux_SOURCES =DabMux.cpp DabMux.h \ utils.cpp utils.h \ zmq.hpp -odr_bridgetest_CFLAGS =-DBRIDGE_TEST -odr_bridgetest_SOURCES =bridge.c \ - crc.c crc.h - zmqinput_keygen_SOURCES = zmqinput-keygen.c zmqinput_keygen_LDADD = $(ZMQ_LIBS) zmqinput_keygen_CFLAGS = -Wall $(GITVERSION_FLAGS) -- cgit v1.2.3