diff options
author | Johnathan Corgan | 2010-05-30 23:08:32 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-05-30 23:08:32 -0700 |
commit | edb46cf12cc2a7327b1d6d4dd9422b8f0f3529cc (patch) | |
tree | 9d97002e30ffd135fbff1d0d89859c63d2733a67 /gr-msdd6000/gnuradio-msdd6000.pc.in | |
parent | 4fb81dbcbb1416a954740555882f496a9d086d14 (diff) | |
parent | b98cabac11306fa25c29a2e0adc1c0c0a697e9a0 (diff) | |
download | gnuradio-edb46cf12cc2a7327b1d6d4dd9422b8f0f3529cc.tar.gz gnuradio-edb46cf12cc2a7327b1d6d4dd9422b8f0f3529cc.tar.bz2 gnuradio-edb46cf12cc2a7327b1d6d4dd9422b8f0f3529cc.zip |
Merge branch 'master' into next
* master:
howto: make versioned libraries
Make C++ shared libraries versioned
build: refactor GR_GIT and GR_VERSION
Update howto revision to 3.4git
Diffstat (limited to 'gr-msdd6000/gnuradio-msdd6000.pc.in')
-rw-r--r-- | gr-msdd6000/gnuradio-msdd6000.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-msdd6000/gnuradio-msdd6000.pc.in b/gr-msdd6000/gnuradio-msdd6000.pc.in index 8c320b563..565420718 100644 --- a/gr-msdd6000/gnuradio-msdd6000.pc.in +++ b/gr-msdd6000/gnuradio-msdd6000.pc.in @@ -4,8 +4,8 @@ libdir=@libdir@ includedir=@includedir@ Name: gnuradio-comedi -Description: GNU Radio blocks for the comedi library +Description: GNU Radio blocks for the Softronics MSDD 6000 Requires: gnuradio-core -Version: @VERSION@ -Libs: -L${libdir} -lgnuradio-comedi +Version: @LIBVER@ +Libs: -L${libdir} -lgnuradio-msdd6000 Cflags: -I${includedir} |