Blob Blame History Raw
Marek Mahut <mmahut@fedoraproject.org>: This patch fixes the build when libtool fails to detect that lib

diff -Naur gnuradio-3.1.3/gnuradio-core/src/tests/Makefile.am gnuradio-3.1.3-upstream/gnuradio-core/src/tests/Makefile.am
--- gnuradio-3.1.3/gnuradio-core/src/tests/Makefile.am	2008-08-01 19:12:00.000000000 +0200
+++ gnuradio-3.1.3-upstream/gnuradio-core/src/tests/Makefile.am	2008-12-19 21:52:09.000000000 +0100
@@ -56,7 +56,7 @@
 	benchmark_dotprod
 
 
-LIBGNURADIO = 	$(GNURADIO_CORE_LA)
+LIBGNURADIO = 	$(GNURADIO_CORE_LA) $(top_builddir)/omnithread/libgromnithread.la
 LIBGNURADIOQA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core-qa.la $(LIBGNURADIO)
 
 benchmark_dotprod_fff_SOURCES = benchmark_dotprod_fff.cc