summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/tests/Makefile.am
diff options
context:
space:
mode:
authorTom Rondeau2011-01-23 15:21:11 -0500
committerTom Rondeau2011-01-23 15:21:11 -0500
commit606681bd0ab4abf43e0c3eab3c847a198269ca88 (patch)
tree30d7d649e55bf2b6a4c953c2a451d04b1f0de3d7 /gnuradio-core/src/tests/Makefile.am
parent20b7917f3853b510f213a78decca5061a6ae6892 (diff)
downloadgnuradio-606681bd0ab4abf43e0c3eab3c847a198269ca88.tar.gz
gnuradio-606681bd0ab4abf43e0c3eab3c847a198269ca88.tar.bz2
gnuradio-606681bd0ab4abf43e0c3eab3c847a198269ca88.zip
Needed to specify the use of boost::filesystem library.
Diffstat (limited to 'gnuradio-core/src/tests/Makefile.am')
-rw-r--r--gnuradio-core/src/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/tests/Makefile.am b/gnuradio-core/src/tests/Makefile.am
index c75bb8c2a..5879a13d8 100644
--- a/gnuradio-core/src/tests/Makefile.am
+++ b/gnuradio-core/src/tests/Makefile.am
@@ -59,7 +59,7 @@ noinst_SCRIPTS = \
benchmark_dotprod
-LIBGNURADIO = $(GNURADIO_CORE_LA)
+LIBGNURADIO = $(GNURADIO_CORE_LA) $(BOOST_FILESYSTEM_LIB)
LIBGNURADIOQA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core-qa.la $(LIBGNURADIO)
benchmark_dotprod_fff_SOURCES = benchmark_dotprod_fff.cc