diff options
author | Tom Rondeau | 2012-02-28 23:56:28 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-02-28 23:56:28 -0500 |
commit | 030cfac62db69b8eb19ae5a79ae6ec71d113b47b (patch) | |
tree | 60b651484a59a169e3c86df4f2cab35a71a5c195 /gnuradio-examples/python/pfb/CMakeLists.txt | |
parent | 06b9d21dac84b97b8da1a72547bf936f30fe8340 (diff) | |
parent | 91bbef469b054dfd56c03d9fc027972ec102a4a9 (diff) | |
download | gnuradio-030cfac62db69b8eb19ae5a79ae6ec71d113b47b.tar.gz gnuradio-030cfac62db69b8eb19ae5a79ae6ec71d113b47b.tar.bz2 gnuradio-030cfac62db69b8eb19ae5a79ae6ec71d113b47b.zip |
Merge branch 'synth' into next
Diffstat (limited to 'gnuradio-examples/python/pfb/CMakeLists.txt')
-rw-r--r-- | gnuradio-examples/python/pfb/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-examples/python/pfb/CMakeLists.txt b/gnuradio-examples/python/pfb/CMakeLists.txt index 55dbb16ac..88fdf2ead 100644 --- a/gnuradio-examples/python/pfb/CMakeLists.txt +++ b/gnuradio-examples/python/pfb/CMakeLists.txt @@ -29,6 +29,7 @@ GR_PYTHON_INSTALL(PROGRAMS resampler.py synth_filter.py synth_to_chan.py + reconstruction.py DESTINATION ${GR_PKG_DATA_DIR}/examples/pfb COMPONENT "gnuradio_examples" ) |