diff options
author | Johnathan Corgan | 2012-11-24 09:36:47 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-11-24 09:36:47 -0800 |
commit | 2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab (patch) | |
tree | ad2f505352d141611fe92f65af62cf1df4b7e7e4 /gr-blocks | |
parent | 8dcd5f361188df9181d047111c11534058081a92 (diff) | |
download | gnuradio-2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab.tar.gz gnuradio-2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab.tar.bz2 gnuradio-2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab.zip |
blocks: fix required libs in .pc file
Diffstat (limited to 'gr-blocks')
-rw-r--r-- | gr-blocks/gnuradio-blocks.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/gnuradio-blocks.pc.in b/gr-blocks/gnuradio-blocks.pc.in index abcfe017b..c24564157 100644 --- a/gr-blocks/gnuradio-blocks.pc.in +++ b/gr-blocks/gnuradio-blocks.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: gnuradio-blocks Description: GNU Radio basic block library -Requires: gnuradio-core gnuradio-audio +Requires: gnuradio-core Version: @LIBVER@ Libs: -L${libdir} -lgnuradio-blocks Cflags: -I${includedir} |