diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-05-02 12:02:13 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-05-02 12:02:13 -0400 |
commit | ba86c365110abf908afef464ad2f49743993eb2b (patch) | |
tree | bf8f338dafdafc0bd2031ebfcd83801a7d3484e0 /gr-utils/python | |
parent | f9e5b6717d557de66799c2b8b7ca96cd62661e2f (diff) |
build: fixes to support out-of-tree builds.
Diffstat (limited to 'gr-utils/python')
-rw-r--r-- | gr-utils/python/modtool/gr-newmod/swig/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/gr-newmod/swig/CMakeLists.txt b/gr-utils/python/modtool/gr-newmod/swig/CMakeLists.txt index bfcf3d521f..b9925ea06f 100644 --- a/gr-utils/python/modtool/gr-newmod/swig/CMakeLists.txt +++ b/gr-utils/python/modtool/gr-newmod/swig/CMakeLists.txt @@ -32,7 +32,7 @@ include(GrPython) # Setup swig generation ######################################################################## foreach(incdir ${GNURADIO_RUNTIME_INCLUDE_DIRS}) - list(APPEND GR_SWIG_INCLUDE_DIRS ${incdir}/swig) + list(APPEND GR_SWIG_INCLUDE_DIRS ${incdir}/gnuradio/swig) endforeach(incdir) set(GR_SWIG_LIBRARIES gnuradio-howto) |