From: eb Date: Tue, 20 Nov 2007 22:54:51 +0000 (+0000) Subject: added missing -lgromnithread X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=854381c3f3e21405d2dfb9e6ca830d0165c48ec6;p=debian%2Fgnuradio added missing -lgromnithread git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7009 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/omnithread/gnuradio-omnithread.pc.in b/omnithread/gnuradio-omnithread.pc.in index 8ca68ef9..0a94562e 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@