From 854381c3f3e21405d2dfb9e6ca830d0165c48ec6 Mon Sep 17 00:00:00 2001 From: eb Date: Tue, 20 Nov 2007 22:54:51 +0000 Subject: added missing -lgromnithread git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7009 221aa14e-8319-0410-a670-987f0aec2ac5 --- omnithread/gnuradio-omnithread.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnithread/gnuradio-omnithread.pc.in b/omnithread/gnuradio-omnithread.pc.in index 8ca68ef9d..0a94562e9 100644 --- a/omnithread/gnuradio-omnithread.pc.in +++ b/omnithread/gnuradio-omnithread.pc.in @@ -7,5 +7,5 @@ Name: gnuradio-omnithread Description: The GNU Radio omniORB threading library Requires: Version: @VERSION@ -Libs: -L${libdir} +Libs: -L${libdir} -lgromnithread Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@ -- cgit