diff options
author | jcorgan | 2009-03-14 02:28:41 +0000 |
---|---|---|
committer | jcorgan | 2009-03-14 02:28:41 +0000 |
commit | c3f962a1f0a4132ad643c58774bb69b190dccc49 (patch) | |
tree | daa59a206d6fde01dc1404197e981927366af0e0 /gr-sounder/src/fpga/top | |
parent | 4eea337c46db44a6ee7560a4552e158421776777 (diff) | |
download | gnuradio-c3f962a1f0a4132ad643c58774bb69b190dccc49.tar.gz gnuradio-c3f962a1f0a4132ad643c58774bb69b190dccc49.tar.bz2 gnuradio-c3f962a1f0a4132ad643c58774bb69b190dccc49.zip |
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
Diffstat (limited to 'gr-sounder/src/fpga/top')
-rw-r--r-- | gr-sounder/src/fpga/top/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
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 |