diff options
author | Tom Rondeau | 2011-04-15 18:29:27 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-15 18:29:27 -0400 |
commit | e96213a7da0c74cb0818de7d08d8f6478484364e (patch) | |
tree | 13399ba3569c6e462cbc04db15f1e15cde2cab8c /gr-uhd | |
parent | 013542dfd77bab9b7f9e5d50edbecb7c60a3d460 (diff) | |
parent | a694c92b56ca502f8a8c7f5d1b93e1a8690697a0 (diff) | |
download | gnuradio-e96213a7da0c74cb0818de7d08d8f6478484364e.tar.gz gnuradio-e96213a7da0c74cb0818de7d08d8f6478484364e.tar.bz2 gnuradio-e96213a7da0c74cb0818de7d08d8f6478484364e.zip |
Merge branch 'uhd/pkg_config_file'
Diffstat (limited to 'gr-uhd')
-rw-r--r-- | gr-uhd/Makefile.am | 2 | ||||
-rw-r--r-- | gr-uhd/gnuradio-uhd.pc.in | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gr-uhd/Makefile.am b/gr-uhd/Makefile.am index 2e2d0fbe9..f9473bea3 100644 --- a/gr-uhd/Makefile.am +++ b/gr-uhd/Makefile.am @@ -27,3 +27,5 @@ if PYTHON SUBDIRS += swig grc endif +pkgconfigdir = $(libdir)/pkgconfig +dist_pkgconfig_DATA = gnuradio-uhd.pc diff --git a/gr-uhd/gnuradio-uhd.pc.in b/gr-uhd/gnuradio-uhd.pc.in new file mode 100644 index 000000000..383ad6011 --- /dev/null +++ b/gr-uhd/gnuradio-uhd.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: gnuradio-qtgui +Description: GNU Radio blocks for UHD +Requires: gnuradio-core +Version: @LIBVER@ +Libs: -L${libdir} -lgnuradio-uhd +Cflags: -I${includedir} |