diff options
author | Johnathan Corgan | 2011-07-17 16:06:56 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-07-17 16:09:23 -0700 |
commit | fd1a28f693ed41d4bba9f1c800e79693e4c55ed2 (patch) | |
tree | b0887608bf46d43af8e0a56ec71b6bfee7d6f222 /config/Makefile.am | |
parent | f7b9a0c6922c86cd54c1300ab45209d8e2db13df (diff) | |
download | gnuradio-fd1a28f693ed41d4bba9f1c800e79693e4c55ed2.tar.gz gnuradio-fd1a28f693ed41d4bba9f1c800e79693e4c55ed2.tar.bz2 gnuradio-fd1a28f693ed41d4bba9f1c800e79693e4c55ed2.zip |
gr-vocoder: add skeleton top-level component
Diffstat (limited to 'config/Makefile.am')
-rw-r--r-- | config/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 473f88488..be4509f38 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -60,6 +60,7 @@ m4macros = \ grc_gr_trellis.m4 \ grc_gr_usrp.m4 \ grc_gr_video_sdl.m4 \ + grc_gr_vocoder.m4 \ grc_gr_wxgui.m4 \ grc_gruel.m4 \ gr_check_createfilemapping.m4 \ |