diff options
author | Tom Rondeau | 2011-10-04 17:26:23 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-04 17:47:14 -0400 |
commit | 0fb09639fbbdae15e8efce953999eba8e4c223a2 (patch) | |
tree | c1cdae9cb59b4e865183040ae1fabf0da572c43e /gr-uhd/examples/Makefile.am | |
parent | ed1e88e7da68513cd80dda770dc2034391e71917 (diff) | |
download | gnuradio-0fb09639fbbdae15e8efce953999eba8e4c223a2.tar.gz gnuradio-0fb09639fbbdae15e8efce953999eba8e4c223a2.tar.bz2 gnuradio-0fb09639fbbdae15e8efce953999eba8e4c223a2.zip |
uhd: moved NBFM examples to gr-uhd/examples directory and made work with UHD.
Diffstat (limited to 'gr-uhd/examples/Makefile.am')
-rw-r--r-- | gr-uhd/examples/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-uhd/examples/Makefile.am b/gr-uhd/examples/Makefile.am index de4a453ff..ca27819ae 100644 --- a/gr-uhd/examples/Makefile.am +++ b/gr-uhd/examples/Makefile.am @@ -28,4 +28,6 @@ ourdatadir = $(exampledir)/uhd dist_ourdata_SCRIPTS = \ fm_tx4.py \ max_power.py \ - usrp_am_mw_rcv.py + usrp_am_mw_rcv.py \ + usrp_nbfm_ptt.py \ + usrp_nbfm_rcv.py |