diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-12 10:43:06 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-12 10:43:06 +0100 |
commit | 7bacaf3818494cf706f7372cb6cd194dbaf3f251 (patch) | |
tree | 04f58996b032da928ba8a462577b2bb4c9677acd /Makefile.am | |
parent | a84687a3e0776f47deec0ddb7b8f2a47eb0ea877 (diff) | |
download | dabmod-7bacaf3818494cf706f7372cb6cd194dbaf3f251.tar.gz dabmod-7bacaf3818494cf706f7372cb6cd194dbaf3f251.tar.bz2 dabmod-7bacaf3818494cf706f7372cb6cd194dbaf3f251.zip |
Move some code from DabMod into Utils
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3f5d639..fa8afd0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,10 @@ # Copyright (C) 2007, 2008, 2009, 2010 Her Majesty the Queen in Right # of Canada (Communications Research Center Canada) # -# Copyright (C) 2014 Matthias P. Braendli, http://mpb.li +# Copyright (C) 2014, 2015 +# Matthias P. Braendli, matthias.braendli@mpb.li + +# http://opendigitalradio.org # This file is part of ODR-DabMod. # @@ -160,6 +163,8 @@ odr_dabmod_SOURCES = src/DabMod.cpp \ src/RemoteControl.h \ src/FormatConverter.cpp \ src/FormatConverter.h \ + src/Utils.cpp \ + src/Utils.h \ src/zmq.hpp dist_bin_SCRIPTS = src/crc-dwap.py |