diff options
Diffstat (limited to 'gnuradio-examples')
-rw-r--r-- | gnuradio-examples/Makefile.am | 5 | ||||
-rw-r--r-- | gnuradio-examples/NEWS | 0 | ||||
-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 |
5 files changed, 4 insertions, 5 deletions
diff --git a/gnuradio-examples/Makefile.am b/gnuradio-examples/Makefile.am index 761113847..2f5d322df 100644 --- a/gnuradio-examples/Makefile.am +++ b/gnuradio-examples/Makefile.am @@ -21,8 +21,5 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = README.hacking +EXTRA_DIST = README README.hacking SUBDIRS = python - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = diff --git a/gnuradio-examples/NEWS b/gnuradio-examples/NEWS deleted file mode 100644 index e69de29bb..000000000 --- a/gnuradio-examples/NEWS +++ /dev/null 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 \ |