From 1c0db53cc34b8137fc0f5647e40bb2594a1acece Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 11 Feb 2014 17:51:33 +0100 Subject: include local zmq.hpp and prefer it over the system one --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 9145f47..78b20fc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -91,7 +91,9 @@ odr_dabmod_SOURCES = DabMod.cpp \ TimeInterleaver.cpp TimeInterleaver.h \ ThreadsafeQueue.h \ Log.cpp Log.h \ - RemoteControl.cpp RemoteControl.h + RemoteControl.cpp RemoteControl.h \ + zmq.hpp + nodist_odr_dabmod_SOURCES =$(FFT_SRC) dist_bin_SCRIPTS =crc-dwap.py -- cgit v1.2.3