diff options
Diffstat (limited to 'usrp')
-rw-r--r-- | usrp/host/lib/inband/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usrp/host/lib/inband/Makefile.am b/usrp/host/lib/inband/Makefile.am index 9f6a7ab62..e0905698e 100644 --- a/usrp/host/lib/inband/Makefile.am +++ b/usrp/host/lib/inband/Makefile.am @@ -26,7 +26,8 @@ INCLUDES = \ TESTS = test_inband -EXTRA_DIST = +EXTRA_DIST = \ + usrp_server.mbh lib_LTLIBRARIES = \ libusrp_inband.la \ @@ -59,7 +60,9 @@ include_HEADERS = \ noinst_HEADERS = \ qa_inband.h \ qa_inband_packet_prims.h \ - qa_inband_usrp_server.h + qa_inband_usrp_server.h \ + usrp_inband_usb_packet.h + # ------------------------------------------------------------------------ # Build the qa code in its own library |