diff options
author | eb | 2009-07-15 02:39:28 +0000 |
---|---|---|
committer | eb | 2009-07-15 02:39:28 +0000 |
commit | d4110d3f9ce3038a13051b00060004554636e48b (patch) | |
tree | 2b7f33bdc28a5228419815bcbcf964e27d39b7b9 /pmt/pmt.pc.in | |
parent | 2e7c5c717a53aaa64ee46f154d5792e7118599ed (diff) | |
download | gnuradio-d4110d3f9ce3038a13051b00060004554636e48b.tar.gz gnuradio-d4110d3f9ce3038a13051b00060004554636e48b.tar.bz2 gnuradio-d4110d3f9ce3038a13051b00060004554636e48b.zip |
Removed pmt dependency on omnithreads, now dependent on boost::threads
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11444 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'pmt/pmt.pc.in')
-rw-r--r-- | pmt/pmt.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pmt/pmt.pc.in b/pmt/pmt.pc.in index d6628cad6..b2f86ea65 100644 --- a/pmt/pmt.pc.in +++ b/pmt/pmt.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: pmt Description: The GNU Radio Polymorphic Type library -Requires: gnuradio-omnithread +Requires: Version: @VERSION@ Libs: -L${libdir} -lpmt -Cflags: -I${includedir}
\ No newline at end of file +Cflags: -I${includedir} |