diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-03-13 10:28:57 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-03-13 10:31:38 -0400 |
commit | b872e23b66b70784c38ecb78f606420c459e36db (patch) | |
tree | 214a539c85b645cfc866efd9ed4a4a39ff8157e9 /gnuradio-core/src/python | |
parent | 41c94e0a107adc1f5b2bf8262cad86df0d04c052 (diff) |
core: adding new probe_signal from gengen into autotools build.
Diffstat (limited to 'gnuradio-core/src/python')
-rw-r--r-- | gnuradio-core/src/python/gnuradio/gr/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/Makefile.am b/gnuradio-core/src/python/gnuradio/gr/Makefile.am index f5af80c785..4871290b3d 100644 --- a/gnuradio-core/src/python/gnuradio/gr/Makefile.am +++ b/gnuradio-core/src/python/gnuradio/gr/Makefile.am @@ -86,6 +86,7 @@ noinst_PYTHON = \ qa_pll_freqdet.py \ qa_pll_refout.py \ qa_pn_correlator_cc.py \ + qa_probe_signal.py \ qa_rational_resampler.py \ qa_sig_source.py \ qa_single_pole_iir.py \ |