diff options
author | Tom Rondeau | 2012-01-28 19:29:45 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-01-28 19:31:00 -0500 |
commit | 7ecd13dbeebb5083d309b2a74d158bb1bb26066e (patch) | |
tree | f1ee4233c96902fa0ba3fe4be0def6f5166e08e0 /gnuradio-core/src/lib | |
parent | f6075ca94945510eddc5581b552f5e61ce1d0c46 (diff) | |
download | gnuradio-7ecd13dbeebb5083d309b2a74d158bb1bb26066e.tar.gz gnuradio-7ecd13dbeebb5083d309b2a74d158bb1bb26066e.tar.bz2 gnuradio-7ecd13dbeebb5083d309b2a74d158bb1bb26066e.zip |
core: update Makefile.am for new type converters.
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r-- | gnuradio-core/src/lib/general/CMakeLists.txt | 2 | ||||
-rw-r--r-- | gnuradio-core/src/lib/general/Makefile.am | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnuradio-core/src/lib/general/CMakeLists.txt b/gnuradio-core/src/lib/general/CMakeLists.txt index 6635abc8d..6dc9d411d 100644 --- a/gnuradio-core/src/lib/general/CMakeLists.txt +++ b/gnuradio-core/src/lib/general/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2010-2011 Free Software Foundation, Inc. +# Copyright 2010-2012 Free Software Foundation, Inc. # # This file is part of GNU Radio # diff --git a/gnuradio-core/src/lib/general/Makefile.am b/gnuradio-core/src/lib/general/Makefile.am index 1b802b09c..65b5a729e 100644 --- a/gnuradio-core/src/lib/general/Makefile.am +++ b/gnuradio-core/src/lib/general/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2001,2002,2004,2006,2007,2008,2009 Free Software Foundation, Inc. +# Copyright 2001,2002,2004,2006-2012 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -197,6 +197,7 @@ grinclude_HEADERS = \ gr_bin_statistics_f.h \ gr_bytes_to_syms.h \ gr_char_to_float.h \ + gr_char_to_short.h \ gr_check_counting_s.h \ gr_check_lfsr_32k_s.h \ gr_circular_file.h \ @@ -278,6 +279,7 @@ grinclude_HEADERS = \ gr_reverse.h \ gr_rms_cf.h \ gr_rms_ff.h \ + gr_short_to_char.h \ gr_short_to_float.h \ gr_int_to_float.h \ gr_simple_correlator.h \ @@ -325,7 +327,7 @@ grinclude_HEADERS = \ gri_int_to_float.h \ gri_lfsr_15_1_0.h \ gri_lfsr_32k.h \ - gri_short_to_float.h \ + gri_short_to_char.h \ gri_uchar_to_float.h \ malloc16.h \ random.h \ @@ -363,6 +365,7 @@ swiginclude_HEADERS = \ gr_bin_statistics_f.i \ gr_bytes_to_syms.i \ gr_char_to_float.i \ + gr_char_to_short.i \ gr_check_counting_s.i \ gr_check_lfsr_32k_s.i \ gr_complex_to_interleaved_short.i \ @@ -432,6 +435,7 @@ swiginclude_HEADERS = \ gr_rms_cf.i \ gr_rms_ff.i \ gr_repeat.i \ + gr_short_to_char.i \ gr_short_to_float.i \ gr_simple_correlator.i \ gr_simple_framer.i \ |