diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-12-06 17:11:27 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-04-22 15:07:20 -0700 |
commit | 2cf1a303e999d7168c5c419058dc5fb895f210bb (patch) | |
tree | f98a768dbd6af4890b6efda26e4ce8d928b7b5d6 /gr-zeromq/gnuradio-zeromq.pc.in | |
parent | 8672457c57006498b1760ccd59fb11d164333e53 (diff) |
zeromq: initial surgery to add to master build
Diffstat (limited to 'gr-zeromq/gnuradio-zeromq.pc.in')
-rw-r--r-- | gr-zeromq/gnuradio-zeromq.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gr-zeromq/gnuradio-zeromq.pc.in b/gr-zeromq/gnuradio-zeromq.pc.in new file mode 100644 index 0000000000..e13143ee98 --- /dev/null +++ b/gr-zeromq/gnuradio-zeromq.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: gnuradio-zeromq +Description: GNU Radio blocks to interface with ZeroMQ +Requires: gnuradio-runtime +Version: @LIBVER@ +Libs: -L${libdir} -lgnuradio-zeromq +Cflags: -I${includedir} |