From: John Orlando Date: Tue, 11 May 2010 23:55:08 +0000 (-0700) Subject: Update incorrectly checked in Makefile.am X-Git-Url: https://git.gag.com/?p=debian%2Fgnuradio;a=commitdiff_plain;h=81391dc8d76f4a665ca1b14ef3d094353084d829 Update incorrectly checked in Makefile.am --- diff --git a/usrp2/firmware/apps/Makefile.am b/usrp2/firmware/apps/Makefile.am index 00f682fc..2cbadd1f 100644 --- a/usrp2/firmware/apps/Makefile.am +++ b/usrp2/firmware/apps/Makefile.am @@ -47,6 +47,7 @@ noinst_PROGRAMS = \ txrx \ txrx_wbx \ txrx_xcvr \ + txrx_bitshark_rx \ factory_test \ burnrev30 \ burnrev31 \ @@ -64,6 +65,7 @@ noinst_PROGRAMS = \ # tx_drop2_SOURCES = tx_drop2.c app_common.c txrx_SOURCES = txrx.c app_common_v2.c txrx_wbx_SOURCES = txrx.c app_common_v2.c +txrx_bitshark_rx_SOURCES = txrx.c app_common_v2.c txrx_xcvr_SOURCES = txrx.c app_common_v2.c factory_test_SOURCES = factory_test.c app_common_v2.c eth_serdes_SOURCES = eth_serdes.c app_passthru_v2.c @@ -75,6 +77,8 @@ txrx_wbx_LDADD = ../lib/libu2fw_wbx.a txrx_xcvr_LDADD = ../lib/libu2fw_xcvr.a +txrx_bitshark_rx_LDADD = ../lib/libu2fw_burx.a + noinst_HEADERS = \ app_common_v2.h \ app_passthru_v2.h \