Merged Tim Meehan's gr.and_*, gr.not_*, and gr.or_* blocks. Passes distcheck.
[debian/gnuradio] / gnuradio-core / src / lib / gengen / Makefile.am
index 05c67ca6ca56bbea0fed54948544f1f032301c7a..5282ad6630e5e951d183bac48ae118fb02a878e3 100644 (file)
@@ -97,7 +97,16 @@ CODE_GENERATOR =                     \
        gr_vector_sink_X.i.t            \
        gr_xor_XX.cc.t                  \
        gr_xor_XX.h.t                   \
-       gr_xor_XX.i.t
+       gr_xor_XX.i.t                   \
+       gr_and_XX.cc.t                  \
+       gr_and_XX.h.t                   \
+       gr_and_XX.i.t                   \
+       gr_or_XX.cc.t                   \
+       gr_or_XX.h.t                    \
+       gr_or_XX.i.t                    \
+       gr_not_XX.cc.t                  \
+       gr_not_XX.h.t                   \
+       gr_not_XX.i.t
 
 # include $(srcdir)/Makefile.gen
 include Makefile.gen