diff options
author | eb | 2007-11-20 22:54:51 +0000 |
---|---|---|
committer | eb | 2007-11-20 22:54:51 +0000 |
commit | 854381c3f3e21405d2dfb9e6ca830d0165c48ec6 (patch) | |
tree | 43cee16d794bf08355cd898481e72f5a2913b176 | |
parent | b4a1b8d3c23ce86cf89cbba220b3b0acae3c2b24 (diff) | |
download | gnuradio-854381c3f3e21405d2dfb9e6ca830d0165c48ec6.tar.gz gnuradio-854381c3f3e21405d2dfb9e6ca830d0165c48ec6.tar.bz2 gnuradio-854381c3f3e21405d2dfb9e6ca830d0165c48ec6.zip |
added missing -lgromnithread
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7009 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | omnithread/gnuradio-omnithread.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |