diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-09-23 19:39:09 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-09-23 19:39:09 +0000 |
commit | 16699b8ac2ab0c98ad3593b573e409ce39f9eb7c (patch) | |
tree | e55f4a3f4e724c8e1e87cc2ce50776ccc09385c6 /gr-utils/src/python/Makefile.am | |
parent | 7bd129934e980a8e9391f327e89ba56dd3ae95f4 (diff) |
Adds usrp2_siggen.py to gr-utils, missed copyright notices
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9642 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-utils/src/python/Makefile.am')
-rw-r--r-- | gr-utils/src/python/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gr-utils/src/python/Makefile.am b/gr-utils/src/python/Makefile.am index a48180b497..8b83dea730 100644 --- a/gr-utils/src/python/Makefile.am +++ b/gr-utils/src/python/Makefile.am @@ -49,6 +49,7 @@ bin_SCRIPTS = \ usrp_test_counting.py \ usrp_test_loopback.py \ usrp2_fft.py \ - usrp2_rx_cfile.py - + usrp2_rx_cfile.py \ + usrp2_siggen.py + MOSTLYCLEANFILES = *~ *.pyc |