diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-06 20:00:17 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-06 20:00:17 -0400 |
commit | 255b44a62b72bb8c20d2f4bf36f3e462e5863a4a (patch) | |
tree | 3f7cc08a6b18906f298f9bddf3e66d798127e0bb /gr-digital | |
parent | 15a1188de39473ec40d3222218e1dc1c187a5923 (diff) |
digital: adding bert and tunnel to makefile.
Diffstat (limited to 'gr-digital')
-rw-r--r-- | gr-digital/examples/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gr-digital/examples/Makefile.am b/gr-digital/examples/Makefile.am index 4f745f3a98..dc8aba6cae 100644 --- a/gr-digital/examples/Makefile.am +++ b/gr-digital/examples/Makefile.am @@ -37,6 +37,8 @@ dist_ourdata_SCRIPTS = \ tx_voice.py \ rx_voice.py \ run_length.py \ - gen_whitener.py - + gen_whitener.py \ + digital_bert_rx.py \ + digital_bert_tx.py \ + tunnel.py |