diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-03-26 20:18:53 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-03-26 20:18:53 -0700 |
commit | 26dceecc80390f10cedb94bd9e4fd655827d7f17 (patch) | |
tree | f88cb2995133048b4a2191bae688fa09b33a19ae /gr-audio/swig | |
parent | 9bbbda510c265b211b5b571db79ba259c67ee049 (diff) |
runtime: migrate remaining gnuradio-core contents into gnuradio-runtime
Diffstat (limited to 'gr-audio/swig')
-rw-r--r-- | gr-audio/swig/CMakeLists.txt | 2 | ||||
-rw-r--r-- | gr-audio/swig/audio_swig.i | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-audio/swig/CMakeLists.txt b/gr-audio/swig/CMakeLists.txt index 4f98328a7b..e9bc9ddead 100644 --- a/gr-audio/swig/CMakeLists.txt +++ b/gr-audio/swig/CMakeLists.txt @@ -25,7 +25,7 @@ include(GrSwig) set(GR_SWIG_INCLUDE_DIRS ${GR_AUDIO_INCLUDE_DIRS} - ${GNURADIO_CORE_SWIG_INCLUDE_DIRS} + ${GNURADIO_RUNTIME_SWIG_INCLUDE_DIRS} ${GRUEL_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ) diff --git a/gr-audio/swig/audio_swig.i b/gr-audio/swig/audio_swig.i index 449fb5da51..d675df0f95 100644 --- a/gr-audio/swig/audio_swig.i +++ b/gr-audio/swig/audio_swig.i @@ -22,7 +22,7 @@ #define GR_AUDIO_API -%include "gnuradio.i" +%include "runtime_swig.i" //load generated python docstrings %include "audio_swig_doc.i" |