diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-12-10 15:54:32 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-12-10 15:54:32 -0500 |
commit | c80e12c781db84cc9c6f7a17555a128e2aaf3433 (patch) | |
tree | 5185611f47243026bd66a301a6687e38a5a57141 /gnuradio-core/src/examples | |
parent | 35182417223b10f7a3de9e5af1c845f1b58ce1d9 (diff) | |
parent | 933af79833a0d5a44f479ba6b68a390a10d5e7c0 (diff) |
Merge branch 'master' into next
Conflicts:
gr-analog/examples/tags/CMakeLists.txt
Diffstat (limited to 'gnuradio-core/src/examples')
-rw-r--r-- | gnuradio-core/src/examples/msg_passing/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-core/src/examples/msg_passing/CMakeLists.txt b/gnuradio-core/src/examples/msg_passing/CMakeLists.txt index d73618f89f..c4b207a1e4 100644 --- a/gnuradio-core/src/examples/msg_passing/CMakeLists.txt +++ b/gnuradio-core/src/examples/msg_passing/CMakeLists.txt @@ -19,7 +19,8 @@ include(GrPython) -GR_PYTHON_INSTALL(PROGRAMS +install( + FILES strobe.grc DESTINATION ${GR_PKG_DATA_DIR}/examples/msg_passing COMPONENT "core_python" |