aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2016-01-10 22:28:15 +0100
committerDimitri Stolnikov <horiz0n@gmx.net>2016-01-10 22:28:15 +0100
commitda2cf6a6f262c05d4082485369191c44b4b2bcf4 (patch)
treede12b1e00421cc33b420d4df189726bbdf70e0ec
parent64cfd98c5b2a8508715a1d48b09daf85a96049ee (diff)
cmake: update component name & update AUTHORS file
-rw-r--r--AUTHORS1
-rw-r--r--lib/CMakeLists.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index bc7249f..b654b84 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,3 +5,4 @@ Nuand LLC folks
Josh Blum
SDRplay Ltd.
Pavel Demin
+Marcus Müller
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 550c24e..a99890a 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -145,7 +145,7 @@ endif(ENABLE_FCD OR ENABLE_FCDPP)
########################################################################
# Setup File component
########################################################################
-GR_REGISTER_COMPONENT("IQ File Source" ENABLE_FILE GNURADIO_BLOCKS_FOUND)
+GR_REGISTER_COMPONENT("IQ File Source & Sink" ENABLE_FILE GNURADIO_BLOCKS_FOUND)
if(ENABLE_FILE)
GR_INCLUDE_SUBDIRECTORY(file)
endif(ENABLE_FILE)