diff options
author | Tom Rondeau | 2011-10-03 20:43:53 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-03 22:56:08 -0400 |
commit | 97280002b62c2a89a32362a826325f5e70b8b860 (patch) | |
tree | ce66e427cdf8f3d8e009b5d3908c6323dab9edc1 /gr-uhd | |
parent | 8f06fda1f4c19d06e4a4f9da22b2d692148fe4bc (diff) | |
download | gnuradio-97280002b62c2a89a32362a826325f5e70b8b860.tar.gz gnuradio-97280002b62c2a89a32362a826325f5e70b8b860.tar.bz2 gnuradio-97280002b62c2a89a32362a826325f5e70b8b860.zip |
uhd: removing multi-antenna stuff frmo gnuradio-examples
Diffstat (limited to 'gr-uhd')
-rw-r--r-- | gr-uhd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/Makefile.am b/gr-uhd/Makefile.am index ea16c863c..c81a1a049 100644 --- a/gr-uhd/Makefile.am +++ b/gr-uhd/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = include lib apps +SUBDIRS = include lib apps examples if PYTHON SUBDIRS += swig grc |