From 46168fbd1e3dfb68cafe2b512641c67e2a6b5d80 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Tue, 13 Sep 2011 12:28:57 -0400 Subject: digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested and working with new dbpsk,dqpsk,d8psk. --- gnuradio-examples/python/digital/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnuradio-examples/python/digital/Makefile.am') diff --git a/gnuradio-examples/python/digital/Makefile.am b/gnuradio-examples/python/digital/Makefile.am index 91f662dc7..f9d129400 100644 --- a/gnuradio-examples/python/digital/Makefile.am +++ b/gnuradio-examples/python/digital/Makefile.am @@ -41,6 +41,4 @@ dist_ourdata_SCRIPTS = \ benchmark_tx.py \ benchmark_qt_rx.py \ benchmark_qt_loopback.py\ - rx_voice.py \ - tunnel.py \ - tx_voice.py + tunnel.py \ No newline at end of file -- cgit