From c3f962a1f0a4132ad643c58774bb69b190dccc49 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Sat, 14 Mar 2009 02:28:41 +0000 Subject: Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-sounder/src/fpga/top/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gr-sounder/src/fpga/top') diff --git a/gr-sounder/src/fpga/top/Makefile.am b/gr-sounder/src/fpga/top/Makefile.am index 33e8c860d..63e07dc5b 100644 --- a/gr-sounder/src/fpga/top/Makefile.am +++ b/gr-sounder/src/fpga/top/Makefile.am @@ -37,7 +37,7 @@ EXTRA_DIST = \ usrp_sounder.psf \ usrp_sounder.qpf -MOSTLYCLEANFILES = \ +MOSTLYCLEANFILES += \ db/* \ *.rpt \ *.summary \ @@ -45,5 +45,4 @@ MOSTLYCLEANFILES = \ *.smsg \ *.done \ *.pin \ - *.sof \ - *~ + *.sof -- cgit