diff options
author | jcorgan | 2006-08-04 01:04:18 +0000 |
---|---|---|
committer | jcorgan | 2006-08-04 01:04:18 +0000 |
commit | fd4a4f2ae9e3c9ff989b1118ebeb5a15718b456c (patch) | |
tree | 3f100defb7beef39869200b0cd75c413bed9735c /usrp | |
parent | ed085618b6f1f5cb942269e6c78626828f874234 (diff) | |
download | gnuradio-fd4a4f2ae9e3c9ff989b1118ebeb5a15718b456c.tar.gz gnuradio-fd4a4f2ae9e3c9ff989b1118ebeb5a15718b456c.tar.bz2 gnuradio-fd4a4f2ae9e3c9ff989b1118ebeb5a15718b456c.zip |
Restored pkgconfig install entries for usrp and gnuradio-core.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3132 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp')
-rw-r--r-- | usrp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usrp/Makefile.am b/usrp/Makefile.am index cd908c86e..ef7e0d5ef 100644 --- a/usrp/Makefile.am +++ b/usrp/Makefile.am @@ -20,6 +20,7 @@ # EXTRA_DIST = usrp.pc.in usrp.iss.in usrp.inf - SUBDIRS = host firmware fpga doc +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = usrp.pc |