diff options
Diffstat (limited to 'gnuradio-examples/python')
-rw-r--r-- | gnuradio-examples/python/Makefile.am | 2 | ||||
-rw-r--r-- | gnuradio-examples/python/audio/Makefile.am | 1 | ||||
-rw-r--r-- | gnuradio-examples/python/gmsk2/Makefile.am | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/gnuradio-examples/python/Makefile.am b/gnuradio-examples/python/Makefile.am index 73b7921b2..fa88a980f 100644 --- a/gnuradio-examples/python/Makefile.am +++ b/gnuradio-examples/python/Makefile.am @@ -19,4 +19,4 @@ # Boston, MA 02111-1307, USA. # -SUBDIRS = audio mc4020 usrp gmsk2 digital_voice multi_usrp +SUBDIRS = audio digital_voice gmsk2 mc4020 multi_usrp usrp diff --git a/gnuradio-examples/python/audio/Makefile.am b/gnuradio-examples/python/audio/Makefile.am index 27cea62a3..3d7daccf2 100644 --- a/gnuradio-examples/python/audio/Makefile.am +++ b/gnuradio-examples/python/audio/Makefile.am @@ -24,6 +24,7 @@ EXTRA_DIST = \ audio_play.py \ audio_to_file.py \ dial_tone.py \ + dialtone_v.py \ mono_tone.py \ multi_tone.py \ spectrum_inversion.py \ diff --git a/gnuradio-examples/python/gmsk2/Makefile.am b/gnuradio-examples/python/gmsk2/Makefile.am index cf2ffb39e..ff017e12b 100644 --- a/gnuradio-examples/python/gmsk2/Makefile.am +++ b/gnuradio-examples/python/gmsk2/Makefile.am @@ -20,6 +20,7 @@ # EXTRA_DIST = \ + README \ benchmark_gmsk_rx.py \ benchmark_gmsk_tx.py \ benchmark_mpsk_rx.py \ |