diff options
-rw-r--r-- | TODO.build | 10 | ||||
-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 |
6 files changed, 14 insertions, 5 deletions
diff --git a/TODO.build b/TODO.build index 4c62b8789..f0673e861 100644 --- a/TODO.build +++ b/TODO.build @@ -43,3 +43,13 @@ gnuradio-core/src/lib/utils: * Not all *.m files are referenced in Makefile.am for distribution. Is this correct? +gnuradio-examples: + +* AUTHORS, README and README.hacking are stale + +* Some directories don't have Makefile.am's + +gnuradio-examples/python/gmsk2: + +* Not all examples are in Makefile.am + 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 \ |