summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcorgan2006-10-04 20:16:12 +0000
committerjcorgan2006-10-04 20:16:12 +0000
commit0213b7e6e892fd901d5c81809e1095bb2ea594ea (patch)
tree049e55488ac52901b1edbfecc26f21631cd42648
parent15698af5362ece0c9eb14f81ae2e8b483ef8b948 (diff)
downloadgnuradio-0213b7e6e892fd901d5c81809e1095bb2ea594ea.tar.gz
gnuradio-0213b7e6e892fd901d5c81809e1095bb2ea594ea.tar.bz2
gnuradio-0213b7e6e892fd901d5c81809e1095bb2ea594ea.zip
Further fixes for ticket:81
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3712 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r--gnuradio-examples/python/audio/Makefile.am3
-rw-r--r--usrp/host/lib/Makefile.am4
2 files changed, 4 insertions, 3 deletions
diff --git a/gnuradio-examples/python/audio/Makefile.am b/gnuradio-examples/python/audio/Makefile.am
index 135ca96a6..0a1213c34 100644
--- a/gnuradio-examples/python/audio/Makefile.am
+++ b/gnuradio-examples/python/audio/Makefile.am
@@ -24,11 +24,10 @@ EXTRA_DIST = \
audio_fft.py \
audio_play.py \
audio_to_file.py \
+ dial_squelch.py \
dial_tone.py \
dialtone_v.py \
mono_tone.py \
multi_tone.py \
spectrum_inversion.py \
test_resampler.py
-
-
diff --git a/usrp/host/lib/Makefile.am b/usrp/host/lib/Makefile.am
index 974091c3f..be4b4e7fa 100644
--- a/usrp/host/lib/Makefile.am
+++ b/usrp/host/lib/Makefile.am
@@ -141,7 +141,9 @@ python_PYTHON = \
usrp_dbid.py
noinst_PYTHON = \
- gen_usrp_dbid.py
+ gen_usrp_dbid.py \
+ check_data.py \
+ dump_data.py
usrp_dbid.py usrp_dbid.h usrp_dbid.cc: gen_usrp_dbid.py usrp_dbid.dat
PYTHONPATH=$(top_srcdir)/usrp/src srcdir=$(srcdir) $(srcdir)/gen_usrp_dbid.py $(srcdir)/usrp_dbid.dat