diff options
author | Johnathan Corgan | 2011-07-08 18:24:46 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-07-08 18:24:46 -0700 |
commit | 1aeb7d085556edd23fbab0584603354895b9af6d (patch) | |
tree | 94ec8c39ef972593c75d7fd6685a0e9b4775a3c6 /gr-usrp/apps/Makefile.am | |
parent | 85477e81354597c40b37b75e5b9eb0af3c3fa4a2 (diff) | |
download | gnuradio-1aeb7d085556edd23fbab0584603354895b9af6d.tar.gz gnuradio-1aeb7d085556edd23fbab0584603354895b9af6d.tar.bz2 gnuradio-1aeb7d085556edd23fbab0584603354895b9af6d.zip |
gr-usrp: fix missing Makefile.am entry
Diffstat (limited to 'gr-usrp/apps/Makefile.am')
-rw-r--r-- | gr-usrp/apps/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-usrp/apps/Makefile.am b/gr-usrp/apps/Makefile.am index 5d5cab678..d014b7c75 100644 --- a/gr-usrp/apps/Makefile.am +++ b/gr-usrp/apps/Makefile.am @@ -62,4 +62,6 @@ bin_SCRIPTS = \ usrp_test_counting.py \ usrp_test_loopback.py +EXTRA_DIST += $(bin_SCRIPTS) + endif |