diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-12-04 14:20:58 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-12-04 14:20:58 -0500 |
commit | f650d945097c7abf277c2490b9cc420a17aa32e7 (patch) | |
tree | efc46bba3a580f03eaff6150cffa85cef34e2885 /gnuradio-core/src/python | |
parent | aa87e97109fd5e83e96d757d9cc08903d3e88caa (diff) |
ctrlport: forgot a check in the Python dirs for controlport.
Diffstat (limited to 'gnuradio-core/src/python')
-rw-r--r-- | gnuradio-core/src/python/gnuradio/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnuradio-core/src/python/gnuradio/CMakeLists.txt b/gnuradio-core/src/python/gnuradio/CMakeLists.txt index ab46dbb92a..0acb893538 100644 --- a/gnuradio-core/src/python/gnuradio/CMakeLists.txt +++ b/gnuradio-core/src/python/gnuradio/CMakeLists.txt @@ -24,7 +24,10 @@ add_subdirectory(gru) add_subdirectory(gruimpl) add_subdirectory(blks2) add_subdirectory(blks2impl) + +if(ENABLE_GR_CTRLPORT) add_subdirectory(ctrlport) +endif(ENABLE_GR_CTRLPORT) GR_PYTHON_INSTALL(FILES __init__.py |