summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-11-22 11:21:02 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-11-22 11:21:02 +0100
commit335c4ffd68329358b469fd119a058dd096abf1cb (patch)
treed7479456f1f8a12a45b05f461f3e8da1c441f572 /src/Makefile.am
parentfc9d04fcae5a1bb8ffe57ad2b2dd5b0ae42055ae (diff)
downloaddabmux-335c4ffd68329358b469fd119a058dd096abf1cb.tar.gz
dabmux-335c4ffd68329358b469fd119a058dd096abf1cb.tar.bz2
dabmux-335c4ffd68329358b469fd119a058dd096abf1cb.zip
Add params to RAW output for clock selection
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index badc0b9..48680ad 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -121,7 +121,7 @@ odr_zmq2farsync_SOURCES = zmq2farsync/zmq2farsync.cpp \
dabOutput/dabOutputRaw.cpp \
Log.h Log.cpp \
zmq.hpp
-odr_zmq2farsync_LDADD = $(ZMQ_LIBS)
+odr_zmq2farsync_LDADD = $(ZMQ_LIBS) -lboost_system
odr_zmq2farsync_CFLAGS = -Wall $(GITVERSION_FLAGS) -I$(FARSYNC_DIR)
odr_zmq2farsync_CXXFLAGS = -Wall -std=c++11 $(GITVERSION_FLAGS) -I$(FARSYNC_DIR)