diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2010-05-28 20:02:38 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2010-05-28 20:02:38 -0700 |
commit | ad13c00ae8cba6327851652a7d0c94a6d6316916 (patch) | |
tree | 1339e544d1ce2062305c9120e55b8c8131f39215 /gr-atsc/gnuradio-atsc.pc.in | |
parent | 745670bc73d364a25d39b31d89daece8dba48160 (diff) |
Make C++ shared libraries versioned
Diffstat (limited to 'gr-atsc/gnuradio-atsc.pc.in')
-rw-r--r-- | gr-atsc/gnuradio-atsc.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-atsc/gnuradio-atsc.pc.in b/gr-atsc/gnuradio-atsc.pc.in index 4c5ae06823..4413bfc82d 100644 --- a/gr-atsc/gnuradio-atsc.pc.in +++ b/gr-atsc/gnuradio-atsc.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: gnuradio-atsc Description: The GNU Radio blocks for ATSC decoding Requires: gnuradio-core -Version: @VERSION@ +Version: @LIBVER@ Libs: -L${libdir} -lgnuradio-atsc Cflags: -I${includedir} |