From: eb Date: Wed, 2 May 2007 04:46:01 +0000 (+0000) Subject: cleanup for distcheck X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ac4fcbfdcc2c15069524cc1ea154a8ff7d1fa188;p=debian%2Fgnuradio cleanup for distcheck git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5222 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/usrp/host/lib/inband/Makefile.am b/usrp/host/lib/inband/Makefile.am index 9f6a7ab6..e0905698 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