diff options
author | jcorgan | 2009-05-07 00:11:08 +0000 |
---|---|---|
committer | jcorgan | 2009-05-07 00:11:08 +0000 |
commit | d8b0bea3d4350b8450d612ed461c5bdf26b562b0 (patch) | |
tree | 8e5c9faaec43331cb45d7ec9ab48aa228a82a612 /usrp/host | |
parent | 705e883e3d1aef11725bc5c12418d7ab585d8ae7 (diff) | |
download | gnuradio-d8b0bea3d4350b8450d612ed461c5bdf26b562b0.tar.gz gnuradio-d8b0bea3d4350b8450d612ed461c5bdf26b562b0.tar.bz2 gnuradio-d8b0bea3d4350b8450d612ed461c5bdf26b562b0.zip |
Merged r10948:10959 from jcorgan/deb into trunk. Trunk passes
distcheck.
Part 1 of Debian/Ubuntu binary packaging update for 3.2 release.
Creates all C++ API binary and dev packages, with their associated
runtime dependencies.
* Runtime shared-library packages:
-libgruel
-libgnuradio-omnithread
-libpmt
-libmblock
-libgnuradio-core
-libgnuradio-alsa
-libgnuradio-qtgui
-libusrp
-libusrp2
-libgnuradio-usrp
-libgnuradio-usrp2
* C++ development headers and pkg-config files for the above:
-libgruel-dev
-libgnuradio-omnithread-dev
-libpmt-dev
-libmblock-dev
-libgnuradio-core-dev
-libgnuradio-alsa-dev
-libgnuradio-qtgui-dev
-libusrp-dev
-libusrp2-dev
NOTE: For consistency, libqtgui.so has been renamed to libgnuradio-qtgui.so,
and libgr-usrp2.so has been renamed to libgnuradio-usrp2.so.
A 'gnuradio-dev' virtual package will be created that will depend upon the
above -dev packages, so installing that one package will pull in all that is needed
to do pure C++ development in GNU Radio.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10981 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host')
-rw-r--r-- | usrp/host/lib/legacy/Makefile.am | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usrp/host/lib/legacy/Makefile.am b/usrp/host/lib/legacy/Makefile.am index a9053dcbf..e2fabc229 100644 --- a/usrp/host/lib/legacy/Makefile.am +++ b/usrp/host/lib/legacy/Makefile.am @@ -143,6 +143,15 @@ endif include_HEADERS = \ db_base.h \ + db_basic.h \ + db_dbs_rx.h \ + db_dtt754.h \ + db_dtt768.h \ + db_flexrf.h \ + db_flexrf_mimo.h \ + db_tv_rx.h \ + db_util.h \ + db_xcvr2450.h \ usrp_basic.h \ usrp_bytesex.h \ usrp_config.h \ @@ -156,17 +165,8 @@ include_HEADERS = \ noinst_HEADERS = \ ad9862.h \ db_base_impl.h \ - db_basic.h \ db_boards.h \ - db_dbs_rx.h \ - db_dtt754.h \ - db_dtt768.h \ - db_flexrf.h \ - db_flexrf_mimo.h \ - db_tv_rx.h \ - db_util.h \ db_wbx.h \ - db_xcvr2450.h \ fusb.h \ fusb_darwin.h \ fusb_generic.h \ |