summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-11 22:29:15 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-11 22:29:15 +0200
commita9c52ebf52e455d8682d88e23e235de840994bac (patch)
treeed1e97ee791e5ebca3e376710e80f70cc4a91236
parent9248c1d7976ba1c37e3df147a1eb3115fe72c8d0 (diff)
downloaddabmux-a9c52ebf52e455d8682d88e23e235de840994bac.tar.gz
dabmux-a9c52ebf52e455d8682d88e23e235de840994bac.tar.bz2
dabmux-a9c52ebf52e455d8682d88e23e235de840994bac.zip
Do not compile bridgetest anymore
-rw-r--r--TODO2
-rw-r--r--src/Makefile.am6
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)