diff options
Diffstat (limited to 'gr-sounder/src/fpga/tb/Makefile.am')
-rw-r--r-- | gr-sounder/src/fpga/tb/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-sounder/src/fpga/tb/Makefile.am b/gr-sounder/src/fpga/tb/Makefile.am index e873fa59c..ec15f28d6 100644 --- a/gr-sounder/src/fpga/tb/Makefile.am +++ b/gr-sounder/src/fpga/tb/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2007 Free Software Foundation, Inc. +# Copyright 2007,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -27,4 +27,4 @@ EXTRA_DIST = \ sounder_tb.sh \ sounder_tb_wave.sh -MOSTLYCLEANFILES = *~ *.vcd *.out* sounder_tb
\ No newline at end of file +MOSTLYCLEANFILES += *.vcd *.out* sounder_tb |