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 /gnuradio-core/gnuradio-core.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 'gnuradio-core/gnuradio-core.pc.in')
-rw-r--r-- | gnuradio-core/gnuradio-core.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/gnuradio-core.pc.in b/gnuradio-core/gnuradio-core.pc.in index 9ff835041..5d743a4e9 100644 --- a/gnuradio-core/gnuradio-core.pc.in +++ b/gnuradio-core/gnuradio-core.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@/gnuradio Name: gnuradio-core Description: GNU Software Radio toolkit Requires: gruel fftw3f gsl -Version: @VERSION@ +Version: @LIBVER@ Libs.private: @BOOST_LDFLAGS@ @BOOST_THREAD_LIB@ @BOOST_DATE_TIME_LIB@ Libs: -L${libdir} -lgnuradio-core Cflags: @BOOST_CPPFLAGS@ @BOOST_CXXFLAGS@ -I${includedir} |