From: jcorgan Date: Sat, 4 Apr 2009 06:20:57 +0000 (+0000) Subject: Fix distcheck error, trunk passes distcheck. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=deee3e278295b0ddeb42544db47394ca54c864df;p=debian%2Fgnuradio Fix distcheck error, trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10768 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/usrp2/host/apps/Makefile.am b/usrp2/host/apps/Makefile.am index da44776c..db766019 100644 --- a/usrp2/host/apps/Makefile.am +++ b/usrp2/host/apps/Makefile.am @@ -45,3 +45,4 @@ rx_streaming_samples_SOURCES = rx_streaming_samples.cc gen_const_SOURCES = gen_const.cc tx_samples_SOURCES = tx_samples.cc test_mimo_tx_SOURCES = test_mimo_tx.cc +gpio_SOURCES = gpio.cc