new fm detector added based on FIR derivative detector. Stereo sep better than pll...
[debian/gnuradio] / gnuradio-core / src / lib / general / Makefile.am
index fa3ccd5a6c341f5eacc7c4960866a1b8754ee4a1..4ceb7248626cfcd199327aa7ca4c801d130cbc0b 100644 (file)
@@ -79,6 +79,7 @@ libgeneral_la_SOURCES =               \
        gr_float_to_complex.cc          \
        gr_float_to_short.cc            \
        gr_float_to_uchar.cc            \
+       gr_fmdet_cf.cc                  \
        gr_frequency_modulator_fc.cc    \
        gr_fxpt.cc                      \
        gr_framer_sink_1.cc             \
@@ -230,6 +231,7 @@ grinclude_HEADERS =                         \
        gr_float_to_complex.h           \
        gr_float_to_short.h             \
        gr_float_to_uchar.h             \
+       gr_fmdet_cf.h                   \
        gr_framer_sink_1.h              \
        gr_frequency_modulator_fc.h     \
        gr_fxpt.h                       \
@@ -394,6 +396,7 @@ swiginclude_HEADERS =                       \
        gr_float_to_complex.i           \
        gr_float_to_short.i             \
        gr_float_to_uchar.i             \
+       gr_fmdet_cf.i                   \
        gr_frequency_modulator_fc.i     \
        gr_framer_sink_1.i              \
        gr_glfsr_source_b.i             \