Added a siso_combined block analogous to the viterbi_combined; useful for FSMs with...
[debian/gnuradio] / gr-trellis / src / lib / Makefile.am
index 767f603a2c52b00c1bbf9eacdde08960634dfea7..7c9b231667b9fe5bb223a38984f176900bf9c3aa 100644 (file)
@@ -70,6 +70,7 @@ _trellis_la_SOURCES =                         \
         trellis_calc_metric.cc         \
         trellis_permutation.cc         \
        trellis_siso_f.cc               \
+       trellis_siso_combined_f.cc      \
        $(GENERATED_CC)                 
 
 # magic flags
@@ -96,6 +97,7 @@ grinclude_HEADERS =                   \
         trellis_permutation.h          \
         trellis_siso_type.h            \
        trellis_siso_f.h                \
+       trellis_siso_combined_f.h               \
        $(GENERATED_H)