Merged eb/gcell-wip2 rev 10130:10152 into trunk.
[debian/gnuradio] / config / grc_gr_gcell.m4
index d425337efe8f971abda88e3d41a9a0f750ed1f2b..191afdc087e00bee9fb078c0e937644f11bc0868 100644 (file)
@@ -31,6 +31,12 @@ AC_DEFUN([GRC_GR_GCELL],[
         gr-gcell/src/run_tests \
     ])
 
+    dnl kludge up initial swig dependency files
+    AC_CONFIG_COMMANDS([swig_gcell_deps], [
+        touch gr-gcell/src/gcell.d
+    ])
+
+
     GRC_BUILD_CONDITIONAL(gr-gcell,[
        dnl run_tests is created from run_tests.in.  Make it executable.
        AC_CONFIG_COMMANDS([run_tests_gcell], [chmod +x gr-gcell/src/run_tests])