diff options
author | Tom Rondeau | 2011-10-03 20:42:55 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-03 20:42:55 -0400 |
commit | 8f06fda1f4c19d06e4a4f9da22b2d692148fe4bc (patch) | |
tree | 574811ee6cb3c200c836a645e6ddb70ced6decc4 /config | |
parent | 2c9a6806be22be2d9034204343a0f893890a6132 (diff) | |
download | gnuradio-8f06fda1f4c19d06e4a4f9da22b2d692148fe4bc.tar.gz gnuradio-8f06fda1f4c19d06e4a4f9da22b2d692148fe4bc.tar.bz2 gnuradio-8f06fda1f4c19d06e4a4f9da22b2d692148fe4bc.zip |
uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examples
Diffstat (limited to 'config')
-rw-r--r-- | config/grc_gr_uhd.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/grc_gr_uhd.m4 b/config/grc_gr_uhd.m4 index fbaf088eb..f2170166b 100644 --- a/config/grc_gr_uhd.m4 +++ b/config/grc_gr_uhd.m4 @@ -51,6 +51,8 @@ AC_DEFUN([GRC_GR_UHD],[ gr-uhd/apps/Makefile \ gr-uhd/apps/hf_explorer/Makefile \ gr-uhd/apps/hf_radio/Makefile \ + gr-uhd/examples/Makefile \ + gr-uhd/examples/multi-antenna/Makefile \ ]) GRC_BUILD_CONDITIONAL(gr-uhd,[ |