summaryrefslogtreecommitdiff
path: root/gnuradio-runtime
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-03-27 19:52:17 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-03-27 19:52:17 -0700
commit0896ec499f7881443b93668824d21e34fbeb7da3 (patch)
tree6256988e6356cb3ee279451456fb294dad616b45 /gnuradio-runtime
parent5835b1637350a15cfbe0658a7253d01e69b3871f (diff)
runtime: fix parallel builds, make -j working again
Diffstat (limited to 'gnuradio-runtime')
-rw-r--r--gnuradio-runtime/swig/CMakeLists.txt6
-rw-r--r--gnuradio-runtime/swig/runtime_swig.i2
2 files changed, 2 insertions, 6 deletions
diff --git a/gnuradio-runtime/swig/CMakeLists.txt b/gnuradio-runtime/swig/CMakeLists.txt
index 0e89601ae..cccb9a574 100644
--- a/gnuradio-runtime/swig/CMakeLists.txt
+++ b/gnuradio-runtime/swig/CMakeLists.txt
@@ -53,11 +53,7 @@ endif(ENABLE_GR_CTRLPORT)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/runtime_swig_doc.i)
set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../lib)
-
-set(GR_SWIG_TARGET_DEPS
- pmt_swig
- ${CMAKE_CURRENT_BINARY_DIR}/runtime_swig_doc.i
-)
+set(GR_RUNTIME_SWIG_DOC_FILE ${GR_SWIG_DOC_FILE})
GR_SWIG_MAKE(runtime_swig runtime_swig.i)
diff --git a/gnuradio-runtime/swig/runtime_swig.i b/gnuradio-runtime/swig/runtime_swig.i
index 4fc1f01e1..5b84a71c9 100644
--- a/gnuradio-runtime/swig/runtime_swig.i
+++ b/gnuradio-runtime/swig/runtime_swig.i
@@ -21,9 +21,9 @@
*/
#define GR_RUNTIME_API
-%include "runtime_swig_doc.i"
#ifndef SWIGIMPORTED
+%include "runtime_swig_doc.i"
%module(directors="1") gnuradio_runtime
#endif