diff options
Diffstat (limited to 'gr-uhd/apps/Makefile.am')
-rw-r--r-- | gr-uhd/apps/Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gr-uhd/apps/Makefile.am b/gr-uhd/apps/Makefile.am index 9bb9b6cdd..c30a143c2 100644 --- a/gr-uhd/apps/Makefile.am +++ b/gr-uhd/apps/Makefile.am @@ -24,9 +24,13 @@ include $(top_srcdir)/Makefile.common EXTRA_DIST += \ $(bin_SCRIPTS) +SUBDIRS = hf_explorer hf_radio + ourpythondir = $(grpythondir) bin_SCRIPTS = \ - uhd_fft.py \ - uhd_rx_cfile.py - + uhd_fft.py \ + uhd_rx_cfile.py \ + uhd_siggen.py \ + uhd_siggen_gui.py \ + uhd_rx_nogui.py |