diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-24 21:01:51 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-24 21:01:51 -0400 |
commit | 7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44 (patch) | |
tree | 482d2e06f2b480f8ce432392ddf40576ef99183c /gr-uhd/apps | |
parent | 1c51b4166f80147b179670ae015f445e9ef5103a (diff) |
examples: making both autotools and cmake install all the same examples.
Diffstat (limited to 'gr-uhd/apps')
-rw-r--r-- | gr-uhd/apps/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/apps/CMakeLists.txt b/gr-uhd/apps/CMakeLists.txt index 36bee13e0a..20ae8993f1 100644 --- a/gr-uhd/apps/CMakeLists.txt +++ b/gr-uhd/apps/CMakeLists.txt @@ -47,7 +47,7 @@ install( ) GR_PYTHON_INSTALL( - FILES + PROGRAMS hf_radio/input.py hf_radio/output.py hf_radio/ssbagc.py |