diff options
author | trondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-04-07 01:31:18 +0000 |
---|---|---|
committer | trondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-04-07 01:31:18 +0000 |
commit | 36c0ba64703776f4cc2a77adc00740b05e0b055d (patch) | |
tree | 0d0fd755be5069d373c816b46441328d3447d4b0 /gnuradio-examples/python/digital_voice/Makefile.am | |
parent | abda07ea005562a7031ddeec80f86595632de889 (diff) |
merged developer branch trondeau/cvsd -r4801:4904 to add CVSD vocoder and example code
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4906 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/digital_voice/Makefile.am')
-rw-r--r-- | gnuradio-examples/python/digital_voice/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-examples/python/digital_voice/Makefile.am b/gnuradio-examples/python/digital_voice/Makefile.am index 17cd1dd75f..bd8f8e7e0d 100644 --- a/gnuradio-examples/python/digital_voice/Makefile.am +++ b/gnuradio-examples/python/digital_voice/Makefile.am @@ -20,4 +20,5 @@ # EXTRA_DIST = \ - encdec.py + encdec.py \ + cvsd_test.py |