diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-11 17:51:33 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-11 18:08:02 +0100 |
commit | 1c0db53cc34b8137fc0f5647e40bb2594a1acece (patch) | |
tree | f78730783cf83e63013248e206a04482be4998b5 /src/Makefile.am | |
parent | 5c786802afdbaf63f6a34f55995eae457e118059 (diff) | |
download | dabmod-1c0db53cc34b8137fc0f5647e40bb2594a1acece.tar.gz dabmod-1c0db53cc34b8137fc0f5647e40bb2594a1acece.tar.bz2 dabmod-1c0db53cc34b8137fc0f5647e40bb2594a1acece.zip |
include local zmq.hpp and prefer it over the system one
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |