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-wxgui/gr-wxgui.pc.in | |
parent | 745670bc73d364a25d39b31d89daece8dba48160 (diff) |
Make C++ shared libraries versioned
Diffstat (limited to 'gr-wxgui/gr-wxgui.pc.in')
-rw-r--r-- | gr-wxgui/gr-wxgui.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/gr-wxgui.pc.in b/gr-wxgui/gr-wxgui.pc.in index a3e352f0f7..f713897895 100644 --- a/gr-wxgui/gr-wxgui.pc.in +++ b/gr-wxgui/gr-wxgui.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: gr-wxgui Description: A simple wx gui for GNU Radio applications Requires: gnuradio-core -Version: @VERSION@ +Version: @LIBVER@ Libs: Cflags: |