1. diff --git a/swig/CMakeLists.txt b/swig/CMakeLists.txt
  2. index 129d789..42732a3 100644
  3. --- a/swig/CMakeLists.txt
  4. +++ b/swig/CMakeLists.txt
  5. @@ -58,7 +58,7 @@ foreach(incdir ${GRUEL_INCLUDE_DIRS})
  6. list(APPEND GR_SWIG_INCLUDE_DIRS ${incdir}/gruel/swig)
  7. endforeach(incdir)
  8.  
  9. -set(GR_SWIG_LIBRARIES gnuradio-extras)
  10. +list(APPEND GR_SWIG_LIBRARIES gnuradio-extras ${GNURADIO_CORE_LIBRARIES} ${GRUEL_LIBRARIES})
  11. set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/extras_swig_doc.i)
  12. set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include/gnuradio/extras)