diff options
author | Tom Rondeau | 2011-10-03 19:20:05 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-03 19:20:05 -0400 |
commit | cdaa06a97f98180214d07f8f44ed5bdd8f30ac3c (patch) | |
tree | d9cdf000e5006eb0dbc90f2ebdc9a4b75cc7c56e /gr-uhd/apps/Makefile.am | |
parent | 3045dae57b25613940d683cf76218db2a01a284b (diff) | |
download | gnuradio-cdaa06a97f98180214d07f8f44ed5bdd8f30ac3c.tar.gz gnuradio-cdaa06a97f98180214d07f8f44ed5bdd8f30ac3c.tar.bz2 gnuradio-cdaa06a97f98180214d07f8f44ed5bdd8f30ac3c.zip |
uhd: fixing copyright and M4 files for HF apps.
Diffstat (limited to 'gr-uhd/apps/Makefile.am')
-rw-r--r-- | gr-uhd/apps/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-uhd/apps/Makefile.am b/gr-uhd/apps/Makefile.am index 9bb9b6cdd..a9e28b9cd 100644 --- a/gr-uhd/apps/Makefile.am +++ b/gr-uhd/apps/Makefile.am @@ -24,6 +24,8 @@ include $(top_srcdir)/Makefile.common EXTRA_DIST += \ $(bin_SCRIPTS) +SUBDIRS = hf_explorer hf_radio + ourpythondir = $(grpythondir) bin_SCRIPTS = \ |