diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-11-20 22:54:51 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-11-20 22:54:51 +0000 |
commit | 854381c3f3e21405d2dfb9e6ca830d0165c48ec6 (patch) | |
tree | 43cee16d794bf08355cd898481e72f5a2913b176 /omnithread/gnuradio-omnithread.pc.in | |
parent | b4a1b8d3c23ce86cf89cbba220b3b0acae3c2b24 (diff) |
added missing -lgromnithread
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7009 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'omnithread/gnuradio-omnithread.pc.in')
-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 8ca68ef9df..0a94562e9e 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@ |