diff options
author | Johnathan Corgan | 2010-06-02 15:24:57 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-06-02 15:24:57 -0700 |
commit | b3bd2c61d615ba01f1fb97819461b057190e1632 (patch) | |
tree | 2cd48638e8f0739a68d91153c18b5aedeea3bab7 /gcell/gcell.pc.in | |
parent | ae008c6e182808a0a37a9597e814c9825f124af1 (diff) | |
download | gnuradio-b3bd2c61d615ba01f1fb97819461b057190e1632.tar.gz gnuradio-b3bd2c61d615ba01f1fb97819461b057190e1632.tar.bz2 gnuradio-b3bd2c61d615ba01f1fb97819461b057190e1632.zip |
gcell: make versioned libraries
Diffstat (limited to 'gcell/gcell.pc.in')
-rw-r--r-- | gcell/gcell.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcell/gcell.pc.in b/gcell/gcell.pc.in index e602ff7c3..1a3cd9c26 100644 --- a/gcell/gcell.pc.in +++ b/gcell/gcell.pc.in @@ -7,6 +7,6 @@ gcell_embedspu_libtool=@bindir@/gcell-embedspu-libtool Name: gcell Description: The GNU Radio SPE scheduler and RPC mechanism Requires: -Version: @VERSION@ +Version: @LIBVER@ Libs: -L${libdir} -lgcell Cflags: -I${includedir} @DEFINES@ |