diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-04-22 22:24:16 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-04-22 22:24:16 +0000 |
commit | b9ba2711addfc9057c136b520afc9e121ec19be9 (patch) | |
tree | 059e93ef559bb837c9ca46549688c86d2e153f1c /config/grc_gcell.m4 | |
parent | 2ae538ed6a5d18615fb9eea280d861ed3a8600e5 (diff) |
Merged eb/gcell -r8215:8243 into trunk. This adds gr-gcell, the GNU
Radio interface to the Cell Broadband Engine.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8244 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'config/grc_gcell.m4')
-rw-r--r-- | config/grc_gcell.m4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/grc_gcell.m4 b/config/grc_gcell.m4 index a229211aa8..188437f048 100644 --- a/config/grc_gcell.m4 +++ b/config/grc_gcell.m4 @@ -65,6 +65,11 @@ AC_DEFUN([GRC_GCELL],[ gcell_spu_LA="\${abs_top_builddir}/gcell/src/lib/spu/libgcell_spu.a" AC_SUBST(gcell_spu_INCLUDES) AC_SUBST(gcell_spu_LA) + + dnl kludge up initial swig dependency files + AC_CONFIG_COMMANDS([swig_gcell_deps], [ + touch gr-gcell/src/gcell.d + ]) fi AC_CONFIG_FILES([ \ |