diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-01 13:41:04 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-01 16:25:12 -0700 |
commit | 9e2eef3cfc7ead637e578eed73e8f33f24d3ed8a (patch) | |
tree | 69563d65ba2bb380939f15f71891e3dfdfc2f0a3 /gr-utils/python/modtool/gr-newmod/lib | |
parent | 5672d2a4082a40a12f96362d59b16b47b9d3ce09 (diff) |
build: removed last references to GRUEL.
Also update qa_runtime to pull in qa_pmt tests.
Diffstat (limited to 'gr-utils/python/modtool/gr-newmod/lib')
-rw-r--r-- | gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt b/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt index fe57ba139b..312594149c 100644 --- a/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt +++ b/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt @@ -29,7 +29,7 @@ list(APPEND howto_sources ) add_library(gnuradio-howto SHARED ${howto_sources}) -target_link_libraries(gnuradio-howto ${Boost_LIBRARIES} ${GRUEL_LIBRARIES} ${GNURADIO_RUNTIME_LIBRARIES}) +target_link_libraries(gnuradio-howto ${Boost_LIBRARIES} ${GNURADIO_RUNTIME_LIBRARIES}) set_target_properties(gnuradio-howto PROPERTIES DEFINE_SYMBOL "gnuradio_howto_EXPORTS") ######################################################################## |