summaryrefslogtreecommitdiff
path: root/gr-gsm-fr-vocoder/gnuradio-gsm-fr-vocoder.pc.in
diff options
context:
space:
mode:
authorJohnathan Corgan2010-05-30 23:08:32 -0700
committerJohnathan Corgan2010-05-30 23:08:32 -0700
commitedb46cf12cc2a7327b1d6d4dd9422b8f0f3529cc (patch)
tree9d97002e30ffd135fbff1d0d89859c63d2733a67 /gr-gsm-fr-vocoder/gnuradio-gsm-fr-vocoder.pc.in
parent4fb81dbcbb1416a954740555882f496a9d086d14 (diff)
parentb98cabac11306fa25c29a2e0adc1c0c0a697e9a0 (diff)
downloadgnuradio-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-gsm-fr-vocoder/gnuradio-gsm-fr-vocoder.pc.in')
-rw-r--r--gr-gsm-fr-vocoder/gnuradio-gsm-fr-vocoder.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-gsm-fr-vocoder/gnuradio-gsm-fr-vocoder.pc.in b/gr-gsm-fr-vocoder/gnuradio-gsm-fr-vocoder.pc.in
index 43d5c6bad..a799fcd82 100644
--- a/gr-gsm-fr-vocoder/gnuradio-gsm-fr-vocoder.pc.in
+++ b/gr-gsm-fr-vocoder/gnuradio-gsm-fr-vocoder.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: gnuradio-comedi
Description: GNU Radio blocks implementing a GSM full rate vocoder
Requires: gnuradio-core
-Version: @VERSION@
-Libs: -L${libdir} -lgnuradio-gsm-fr-vocoder
+Version: @LIBVER@
+Libs: -L${libdir} -lgnuradio-gsm-fr-vocoder-$@LIBVER@
Cflags: -I${includedir}