diff options
Diffstat (limited to 'gnuradio-examples/python/apps/hf_radio')
-rw-r--r-- | gnuradio-examples/python/apps/hf_radio/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnuradio-examples/python/apps/hf_radio/Makefile.am b/gnuradio-examples/python/apps/hf_radio/Makefile.am index 70b516d5d..e514076f6 100644 --- a/gnuradio-examples/python/apps/hf_radio/Makefile.am +++ b/gnuradio-examples/python/apps/hf_radio/Makefile.am @@ -26,14 +26,14 @@ ourdatadir = $(exampledir)/hf_radio dist_ourdata_DATA = \ hfir.sci \ radio.xml \ - README.TXT \ - ssb_taps - -dist_ourdata_SCRIPTS = \ input.py \ output.py \ - radio.py \ + README.TXT \ ssbagc.py \ ssbdemod.py \ startup.py \ + ssb_taps + +dist_ourdata_SCRIPTS = \ + radio.py \ ui.py |