diff options
author | eb | 2009-08-15 18:34:45 +0000 |
---|---|---|
committer | eb | 2009-08-15 18:34:45 +0000 |
commit | ea57c1b52b8bed12296ba51441afcfc57a0b9d34 (patch) | |
tree | f86aee7b4b75aef3d27f7d876431296838e8cb8e /gr-vrt/gnuradio-vrt.pc.in | |
parent | cdecd3aa94c0ed24312c869c27b3cbd01998004e (diff) | |
download | gnuradio-ea57c1b52b8bed12296ba51441afcfc57a0b9d34.tar.gz gnuradio-ea57c1b52b8bed12296ba51441afcfc57a0b9d34.tar.bz2 gnuradio-ea57c1b52b8bed12296ba51441afcfc57a0b9d34.zip |
Merged VRT work-in-progress from eb/vrt2 (11518:11598) into trunk.
Passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11600 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-vrt/gnuradio-vrt.pc.in')
-rw-r--r-- | gr-vrt/gnuradio-vrt.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gr-vrt/gnuradio-vrt.pc.in b/gr-vrt/gnuradio-vrt.pc.in new file mode 100644 index 000000000..b5f416051 --- /dev/null +++ b/gr-vrt/gnuradio-vrt.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/gnuradio + +Name: gnuradio-vrt +Description: GNU Software Radio support for Virtual Radio Transport (VRT aka VITA-49) +Requires: gnuradio-core vrt +Version: @VERSION@ +Libs: -L${libdir} -lgnuradio-vrt +Cflags: -I${includedir} |