diff options
author | Josh Blum | 2011-04-26 21:41:34 -0700 |
---|---|---|
committer | Josh Blum | 2011-04-26 21:41:34 -0700 |
commit | d941ba31677804fe382d76fca17fc044d12777f5 (patch) | |
tree | 7236b99ab524cd27a0ebe5effa630bf4715e5046 /volk/config/Makefile.am | |
parent | f71d959e20603a3f19e37a85c531d0c022f4658c (diff) | |
download | gnuradio-d941ba31677804fe382d76fca17fc044d12777f5.tar.gz gnuradio-d941ba31677804fe382d76fca17fc044d12777f5.tar.bz2 gnuradio-d941ba31677804fe382d76fca17fc044d12777f5.zip |
volk: removed cppunit from the build (not used anymore)
Diffstat (limited to 'volk/config/Makefile.am')
-rw-r--r-- | volk/config/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/volk/config/Makefile.am b/volk/config/Makefile.am index 27e3f1296..e5b7281e6 100644 --- a/volk/config/Makefile.am +++ b/volk/config/Makefile.am @@ -30,7 +30,6 @@ m4macros = \ ax_boost_base.m4 \ ax_boost_unit_test_framework.m4 \ bnv_have_qt.m4 \ - cppunit.m4 \ gr_lib64.m4 \ gr_libgnuradio_core_extra_ldflags.m4 \ gr_no_undefined.m4 \ |