vvvelichkov / rpms / gnuradio

Forked from rpms/gnuradio 5 years ago
Clone
086c052
Marek Mahut <mmahut@fedoraproject.org>: This patch fixes the build when libtool fails to detect that lib
086c052
5d0fa4e
diff -Naur gnuradio-3.2-upstream/gnuradio-core/src/tests/Makefile.am gnuradio-3.2/gnuradio-core/src/tests/Makefile.am
5d0fa4e
--- gnuradio-3.2-upstream/gnuradio-core/src/tests/Makefile.am	2009-07-25 09:14:01.090447704 +0200
5d0fa4e
+++ gnuradio-3.2/gnuradio-core/src/tests/Makefile.am	2009-07-25 09:25:12.681195057 +0200
5d0fa4e
@@ -59,7 +59,7 @@
086c052
 	benchmark_dotprod
086c052
 
086c052
 
086c052
-LIBGNURADIO = 	$(GNURADIO_CORE_LA)
086c052
+LIBGNURADIO = 	$(GNURADIO_CORE_LA) $(top_builddir)/omnithread/libgromnithread.la
086c052
 LIBGNURADIOQA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core-qa.la $(LIBGNURADIO)
086c052
 
086c052
 benchmark_dotprod_fff_SOURCES = benchmark_dotprod_fff.cc