diff options
author | gnychis | 2009-01-17 04:39:52 +0000 |
---|---|---|
committer | gnychis | 2009-01-17 04:39:52 +0000 |
commit | 3318308900dff9b1140a47b3e798ab5a14e9bae3 (patch) | |
tree | 89c23747f8d9ae706bf9a1595f2378c5bf04483f /usrp/host/lib/inband/Makefile.am | |
parent | c3f5183d1383a2fb029bf2a77555499ebf0530ff (diff) | |
download | gnuradio-3318308900dff9b1140a47b3e798ab5a14e9bae3.tar.gz gnuradio-3318308900dff9b1140a47b3e798ab5a14e9bae3.tar.bz2 gnuradio-3318308900dff9b1140a47b3e798ab5a14e9bae3.zip |
merging r10246:10247 from developer branch to fix manual frequency setting problem
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10248 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/lib/inband/Makefile.am')
-rw-r--r-- | usrp/host/lib/inband/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usrp/host/lib/inband/Makefile.am b/usrp/host/lib/inband/Makefile.am index ca9009f54..b08ef01e3 100644 --- a/usrp/host/lib/inband/Makefile.am +++ b/usrp/host/lib/inband/Makefile.am @@ -73,12 +73,7 @@ include_HEADERS = \ usrp_server.h \ usrp_tx.h \ usrp_tx_stub.h \ - usrp_usb_interface.h - -noinst_HEADERS = \ - qa_inband.h \ - qa_inband_packet_prims.h \ - qa_inband_usrp_server.h \ + usrp_usb_interface.h \ symbols_usrp_channel.h \ symbols_usrp_interface_cs.h \ symbols_usrp_low_level_cs.h \ @@ -88,6 +83,11 @@ noinst_HEADERS = \ symbols_usrp_tx.h \ symbols_usrp_tx_cs.h +noinst_HEADERS = \ + qa_inband.h \ + qa_inband_packet_prims.h \ + qa_inband_usrp_server.h + # ------------------------------------------------------------------------ # Build the qa code in its own library |