summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
diff options
context:
space:
mode:
authorjcorgan2006-11-10 18:26:46 +0000
committerjcorgan2006-11-10 18:26:46 +0000
commit0dae4622c0e27aab2b5ebf810796c499eb55043c (patch)
treef7a218fe85ba42dcfd62478cab006684814e208b /gnuradio-core/src
parentef9205276a1cdcfadde8faf684dc443e3d577a0d (diff)
downloadgnuradio-0dae4622c0e27aab2b5ebf810796c499eb55043c.tar.gz
gnuradio-0dae4622c0e27aab2b5ebf810796c499eb55043c.tar.bz2
gnuradio-0dae4622c0e27aab2b5ebf810796c499eb55043c.zip
Fixes ticket:97
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3962 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r--gnuradio-core/src/lib/general/Makefile.am18
1 files changed, 15 insertions, 3 deletions
diff --git a/gnuradio-core/src/lib/general/Makefile.am b/gnuradio-core/src/lib/general/Makefile.am
index aa5ec604f..c68c28216 100644
--- a/gnuradio-core/src/lib/general/Makefile.am
+++ b/gnuradio-core/src/lib/general/Makefile.am
@@ -37,9 +37,15 @@ CODE_GENERATOR = \
gr_add_const_XX.cc.t \
gr_add_const_XX.h.t \
gr_add_const_XX.i.t \
- gr_chunks_to_symbols_XX.cc.t \
- gr_chunks_to_symbols_XX.h.t \
- gr_chunks_to_symbols_XX.i.t \
+ gr_add_vXX.cc.t \
+ gr_add_vXX.h.t \
+ gr_add_vXX.i.t \
+ gr_add_const_vXX.cc.t \
+ gr_add_const_vXX.h.t \
+ gr_add_const_vXX.i.t \
+ gr_chunks_to_symbols_XX.cc.t \
+ gr_chunks_to_symbols_XX.h.t \
+ gr_chunks_to_symbols_XX.i.t \
gr_divide_XX.cc.t \
gr_divide_XX.h.t \
gr_divide_XX.i.t \
@@ -49,6 +55,12 @@ CODE_GENERATOR = \
gr_multiply_const_XX.cc.t \
gr_multiply_const_XX.h.t \
gr_multiply_const_XX.i.t \
+ gr_multiply_vXX.cc.t \
+ gr_multiply_vXX.h.t \
+ gr_multiply_vXX.i.t \
+ gr_multiply_const_vXX.cc.t \
+ gr_multiply_const_vXX.h.t \
+ gr_multiply_const_vXX.i.t \
gr_mute_XX.cc.t \
gr_mute_XX.h.t \
gr_mute_XX.i.t \